Jcraft
⚪ Last updated 2024⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #550 of 896 fabric mods in this game by downloads
📋 About This Mod
There is no mod that does this so far,at least I haven't seen any, it may not be very useful but it seems to me that it is useful, at least for those who have read the documentation (https://k3nder.github.io/Proyects/Jcraft/), today I present Jcraft (Json Craft) is a mod/library to be able to use the fabric API in Json configuration files, I would consider it a bit useless but I didn't know what to do so this occurred to me, you can add blocks and items with very little programming!, except the texture, for that use Texture Packs, I will soon solve that, and soon there will also be improvements! ## How to use jcraft creates a folder in the game directory called 'jcraft', inside this folder there are two other 'blocks' and 'items', inside these folders the json are added, it doesn't matter the name, the important thing is the structure, in the case For the items, the important thing is to add the values `name` and `namespace`, you can also add the `settings` and more, an example of json item would be: ``` { "name": "myItem", "namespace": "myMod", "settings":{ "fireproof": true } } ``` with the value `fireproof: true` makes it fire resistant, while `name` and `namespace` configure the basic values, such as the item name and the namespace (such as the mod name) ## How to add a block Something similar happens with the blocks, these have the `name` and the `namespace`, but apart from that they also contain the `item` value that adds the item of the block in addition to the block itself, in settings the easiest thing to configure is the parent , An example: ``` { "name": "myBlock", "namespace": "myMod", "settings":{ "parent": "BEDROCK" } } ``` The parent does what it inherits the configuration of the block that has already been configured, it is important to put it in capitals as in this case the BEDROCK
📊 Mod Details
- Game
- Minecraft Mods
- Author
- k3nder
- Version
- 1.0.0
- Downloads
- 3,276
- Endorsements
- 0
- Category
- fabric
- Created
- 3/9/2024
- Updated
- 2/18/2024
- Game Versions
- 1.20.4
- Tags
- library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Jcraft support?
The author lists 1.20.4. Other versions may work but are untested by the author.
What is the latest version of Jcraft?
Version 1.0.0, published 2024-02-18 with 3,276 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await