#1.20.1 Custom Crafts

12 messages · Page 1 of 1 (latest)

rain anvil
#

Is anybody able to make crafts for Shulker Boxes and Golden Apples for 1.20.1.
If its possible to do it just server side do that but if not it’s fine.

Shulker Boxes - 8 Diamonds around a chest.

Golden Apples - 4 gold around an apple

#

Ping me if u can make it

tawny tartan
#

You can make this easy with crafty tweeker

rain anvil
tawny tartan
#
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

rain anvil
tawny tartan
#

yes

rain anvil
#

Ok

tawny tartan
#

I think you can do this with datapacks, but i am not that good with them

rain anvil
#

Ima just stick with the craft tweaker

rain anvil
#

That lowkey looks way simpler than i thought 😭