#1.20.1 Custom Crafts
12 messages · Page 1 of 1 (latest)
You can make this easy with crafty tweeker
I tried and i dont know how it works lol
craftingTable.addShaped("golden_apple", <item:minecraft:golden_apple>,[
[<item:minecraft:air>, <item:minecraft:gold_ingot>, <item:minecraft:air>],
[<item:minecraft:gold_ingot>, <item:minecraft:apple>, <item:minecraft:gold_ingot>],
[<item:minecraft:air>, <item:minecraft:gold_ingot>, <item:minecraft:air>]]);
craftingTable.addShaped("shulker_box",<item:minecraft:shulker_box>,
[[<item:minecraft:diamond>,<item:minecraft:diamond>,<item:minecraft:diamond>],
[<item:minecraft:diamond>,<item:minecraft:chest>,<item:minecraft:diamond>],
[<item:minecraft:diamond>,<item:minecraft:diamond>,<item:minecraft:diamond>]]);
Place that in your scripts folder
The file format is zs
Alr thank you. Do i need craft tweaker installed?
yes
Ok
I think you can do this with datapacks, but i am not that good with them
Ima just stick with the craft tweaker
That lowkey looks way simpler than i thought 😭