Skip to content
paul90317 edited this page Aug 8, 2023 · 7 revisions

Intro

Custom Craft is the crafting system for my many data packs. With this system, you can craft custom items with NBT tags. I make this system because Mojang had changed the mechanism of the smithing table in 1.20, and the recipe for custom items achieved by the crafting table may cause the custom item respawning bug when some data packs or command blocks keep unlocking all recipes.
The system is a game mechanism that is very easy to learn, I add two crafters, Working Table and Scribing Table. Working Table has a similar mechanism to Crafting Table, and Scribing Table has a similar mechanism to Smithing Table in 1.19.

How to install

If you play with the data packs which need the crafters to complete the custom recipe, this system will automatically be installed, which means the code is embedded into all my other data packs.

How it works

To spawn a working table, drop a stone pickaxe onto a crafting table block, the block will become a working table.
To spawn a scribing table, drop a book and Quill onto a bookshelf block, the block will turn into a scribing table.

Clone this wiki locally