Skip to content
paul90317 edited this page Aug 9, 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. Another reason is that the recipe for custom items achieved by the vanilla 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 custom crafting blocks, 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 custom crafting blocks to complete the custom recipe, this system will automatically be installed, which means the code is embedded into all my other data packs.

How to spawn custom crafting blocks

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.

How to operate the GUI of custom crafting blocks

Clone this wiki locally