Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ simple-creator Public archive

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

License

Notifications You must be signed in to change notification settings

QuImUfu/simple-creator

Repository files navigation

Simple Item/Block Creator

Moved to https://merl.dnshome.de/git/QuImUfu/simple-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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages