-
Notifications
You must be signed in to change notification settings - Fork 0
Adding blocks and items
BEFORE STARTING: If you haven't yet please launch the game at least once to generate the necessary directories.
To begin please navigate to your .minecraft
directory.
Linux: /home/<user>/.minecraft
Windows: %appdata%/.minecraft
Mac: ~/Library/Application Support/minecraft
From here navigate to config/Simple Block Item Creation/
.
Place any item creation json files in CustomItems
and any block creation files in CustomBlocks
.
Any custom models and textures can be added to the appropriate directories within the resources
directory. Keep in mind the resources
directory is simply an external resource pack, any rules that would apply to a resource pack will also apply to it. Generated files shouldn't be changed within the resources
directory as they are rewritten every time the mod loads and all changes will be overwritten.