treat recipe

This commit is contained in:
2024-10-25 22:57:40 +02:00
parent 438cf04e25
commit f2ebd03e78

View File

@@ -61,6 +61,10 @@ ServerEvents.recipes(event => {
) )
//SHAPELESS //SHAPELESS
event.shapeless(['minecraft:bone', 'minecraft:porkchop'], [ // arg 1: output
'1x doggytalents:training_trat'
])
event.shapeless('minecraft:blaze_rod', [ // arg 1: output event.shapeless('minecraft:blaze_rod', [ // arg 1: output
'6x minecraft:blaze_powder' '6x minecraft:blaze_powder'
]) ])