Simple Block and Item Creator for Minecraft
The name Simple Creator refers not to ease of use, but to the simplicity of the mod's implementation.
This mod enables creating blocks and items through the file system. Simply place JSON files in a designated SimplyCreated folder within the Minecraft directory. The file format mirrors programming capabilities without requiring custom code, although some features remain in development.
Create blocks by adding JSON files at: minecraft/SimplyCreated/[your_modId]/blocks/[block_id].json. You can omit any parameter - the system will use sensible default values.
For items, use a similar structure: minecraft/SimplyCreated/[your_modId]/items/[item_id].json. The same rule of optional parameters with automatic settings applies here.
Note that for full functionality of created blocks and items, you'll need additional configuration for models, block states, textures, loot tables, and tags defining mining levels and effective tools. These configurations are handled through datapacks and resource packs.
Be aware that some experimental configurations might cause game instability. This modification is primarily intended for modpack developers creating unique currencies or specialized blocks.