#how can i make one item stay in the craft but change others?
10 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of roughtdiamod.js from @strong walrus
ServerEvents.recipes(event => {
event.shapeless('minecraft:diamond', [
'spelunkery:rough_diamond',
'spelunkery:obsidian_hammer_and_chisel'
]).keepIngredient(1)
})
thank you!!
