Do you like Chisel, but latest Chisel-reborn is lacking in chisel options, or you have blocks/items of same material, but cant chisel them? Or simply want recipe-free crafting method for your mod ;) (thou you still need chisel)?
Then this is mod for you
Also, feel free to share your additions on my config/issue git. ;)
This mod allow you to add any block/item into chisel with simple json file, you can now fix this lack of compatibility with other mods.
It does nothing on itself, you need to add those blocks/items yourself.
Configs works server-side only, client will sync
To load configs ingame use /chiselstuff reload
-!! this just add groups, chiselreborn doesnt have function to clear/remove
-!! removal need game/server restart
This is my first mod i made myself
I made it for myself originally, so i could implement JustAnotherChiselMod blocks inside chisel reborn, i spend few days with it and it worked, so i decided to share it
HOW TO:
This mod is json config based
in config/chiselstuff create file named as category you want to put blocks/items in chisel
git with configs
Example: marble.json
code inside:
{
"replace": false,
"values": [
"justanotherchiselmod:marble",
"justanotherchiselmod:marble_array",
"justanotherchiselmod:marble_bricks",
"justanotherchiselmod:marble_chaotic_bricks",
"justanotherchiselmod:marble_chaotic_medium",
"justanotherchiselmod:marble_chaotic_small"
]
}
If you want to add blocks/items into existing chisel category, then be aware of gui limit,
you can easily check ingame, how many free slots you have. ;)
and thats it.
Enjoy :)
}

