• check_circle Advancements
  • check_circle Functions
  • check_circle Recipes
  • 16,342 views, 3 today
  • 1,747 downloads, 0 today
  • 42
  • 32
  • 28
paul90317's Avatar paul90317
Level 66 : High Grandmaster Professor
109

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.
Custom Craft Minecraft Data Pack

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 the following 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.
Custom Craft Minecraft Data Pack
To spawn a scribing table, drop a book and Quill onto a bookshelf block, the block will turn into a scribing table.
Custom Craft Minecraft Data Pack

How to operate the GUI of custom crafting blocks


I will take the Diamond Upgrade data pack for example.

For Working Table, prepare all the ingredients and click the "Craft!", the recipe will be complete.

For Scribing Table, prepare all the ingredients and click the "Scribing !", the recipe will be complete.
CompatibilityMinecraft 1.17
toMinecraft 1.19
Tags

11 Update Logs

Custom Craft v3.1 : by paul90317 04/26/2023 8:34:33 amApr 26th, 2023

beautify the GUI
fix the bug of texture showing
LOAD MORE LOGS

Create an account or sign in to comment.

benis1894
04/23/2023 2:07 pm
Level 1 : New Miner
benis1894's Avatar
whenever i try to craft something, it dosent craft. i can craft the cutsom crafter but not anything else. I am playing on a 1.19.4 aternos server with 1 other person.
1
paul90317
04/23/2023 7:10 pm
Level 66 : High Grandmaster Professor
history
paul90317's Avatar
Does gui show?
If no, you was playing paper server. Turn the allow-non-player-entities-on-scoreboards to true in paper.yaml.
But, I don't know what exactly the name, I didn't test it in paper, check by yourself.
1
benis1894
04/23/2023 11:07 pm
Level 1 : New Miner
benis1894's Avatar
it shows the gui of the csutom crafter and i can put items into the crafter but when i hit craft, it dosent work.
1
paul90317
04/24/2023 12:26 am
Level 66 : High Grandmaster Professor
history
paul90317's Avatar
I am sorry to say that you face an issue that I haven't expected so I can't help you immediately.
But you can help me solve this by doing the following thing and giving me the result (if you want)
key-in commands:
/scoreboard objectives remove cc.n
/scoreboard objectives remove cc.temp
/scoreboard objectives remove eg.n
/scoreboard objectives remove eg.temp
/scoreboard objectives add cc.n dummy
/scoreboard objectives add cc.temp dummy
/scoreboard objectives add eg.n dummy
/scoreboard objectives add eg.temp dummy
after those, if you can craft, that means there are some other datapacks that share the scoreboard name as my datapack.

If it doesn't work, key-in commands:
/function #cc:craft
/function #cc:scribe
/function #minecraft:load
/function #minecraft:tick
each command will run a function tag and needs to show the result like below.
Executed x command(s) from y functions
If y is 0, which means the function tag is broken, give me the command that shows that result.

btw, it works fine in my 1.19.4 localhost
1
User4059731G
04/01/2023 7:21 am
Level 1 : New Miner
User4059731G's Avatar
how to get this table?
1
paul90317
04/01/2023 7:36 am
Level 66 : High Grandmaster Professor
paul90317's Avatar
If the table means working table, drop the stone pickaxe onto the crafting table.
2
hypro_dyocxy
02/08/2023 7:48 am
Level 1 : New Miner
hypro_dyocxy's Avatar
doen't seem to work when i try crafting it and i'm using it in my new server pls fix this
1
paul90317
02/08/2023 8:29 am
Level 66 : High Grandmaster Professor
paul90317's Avatar
key-in below command
/scoreboard objectives add scribing_table.temp dummy

I will fix it later
1
User4463116G
02/06/2023 8:45 pm
Level 1 : New Miner
User4463116G's Avatar
i dont know if this is just me, but when i try to disenchant an item it doesnt work
1
paul90317
02/06/2023 8:51 pm
Level 66 : High Grandmaster Professor
paul90317's Avatar
What version and condition you have, have you crafted out the dis enchanting book.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome