simple-creator/README.md

22 lines
798 B
Markdown
Raw Permalink Normal View History

2020-04-24 17:22:34 +02:00
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
```
2023-07-02 14:54:17 +02:00
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