simple-creator/README.md
2023-07-02 14:54:17 +02:00

798 B

Simple Item/Block Creator

This mod allows adding new Blocks and items.
Its not called simple cause its simple to use, its called simple because its code is as simple as possible.

Usage

Put jsons with the same structure as

src/main/resources/data/simple_creator/items/test_item.json
src/main/resources/data/simple_creator/blocks/test_block.json

in a (newly introduced) global folder (minecraft root)/simplyCreated (automatically created on first startup).
If you set enableTestThings: true, example ones will be copied. After a restart, the so created items are available ingame.

You will need to add a ton of metadata (translations, correct tools, mining levels) via datapacks. I recommend using a mod like https://modrinth.com/mod/globalpacks in addition