Skip to content

A Simple (for me, not the user) mod to add items and blocks via json datapacks. (Forge port)

License

Notifications You must be signed in to change notification settings

QuImUfu/simple-creator-forge

Repository files navigation

Simple Item/Block Creator (Forge)

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.

About

A Simple (for me, not the user) mod to add items and blocks via json datapacks. (Forge port)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages