Skip to content

Adding blocks and items

jjlrjjlr edited this page Jun 7, 2020 · 1 revision

Adding Blocks and Items for the First Time

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.

Clone this wiki locally