A Simple (for me, not the user) mod to add items and blocks via json datapacks
Go to file
2021-04-01 21:59:22 +02:00
gradle/wrapper first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
src/main Update for 1.16.5 2021-04-01 21:59:22 +02:00
.gitignore first commit (checkpoint before destruction) 2020-04-21 19:29:46 +02:00
blockPropertyDocumentation.txt major rework, more documentation, configuration, and lots of fixes 2020-04-24 06:39:01 +02:00
build.gradle Update for 1.16.5 2021-04-01 21:59:22 +02:00
gradle.properties Update for 1.16.5 2021-04-01 21:59:22 +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
materialsDocumentation.txt major rework, more documentation, configuration, and lots of fixes 2020-04-24 06:39:01 +02:00
README.md add README 2020-04-24 17:22:34 +02:00
settings.gradle first commit (checkpoint before destruction) 2020-04-21 19:29:46 +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 datapack (minecraft root)/datapacks.
This datapack needs a pack.mcmeta.
After a restart, the so created items are available ingame.