A Simple (for me, not the user) mod to add items and blocks via json datapacks
Go to file
2023-07-07 23:30:57 +02:00
gradle/wrapper Update to 1.20.1 2023-07-02 14:54:17 +02:00
src/main rename velocityMultiplier 2023-07-07 23:30:57 +02:00
.gitignore first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
blockPropertyDocumentation.txt rename velocityMultiplier 2023-07-07 23:30:57 +02:00
build.gradle rename velocityMultiplier 2023-07-07 23:30:57 +02:00
gradle.properties bump version 2023-07-02 19:00:02 +02:00
gradlew first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
gradlew.bat first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
LICENSE first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
README.md Update to 1.20.1 2023-07-02 14:54:17 +02:00
settings.gradle add transparent blocks 2023-07-02 18:59:13 +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

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