fixed the create cut stone consuming your chisel

This commit is contained in:
Pyritie 2025-04-24 22:03:56 +01:00
parent f44552e59e
commit 2be25e16f4

View file

@ -1441,7 +1441,10 @@ const registerCreateRecipes = (event) => {
]
DECO_BLOCKS.forEach(x => {
event.shapeless(x.cut, [x.base, '#tfc:chisels', '#forge:tools/files']).id(`create:shapeless/chisel_${x.cut.split(':')[1]}`)
event.recipes.tfc.damage_inputs_shaped_crafting(
event.shapeless(x.cut, [x.base, '#tfc:chisels', '#forge:tools/files'])
).id(`create:shapeless/chisel_${x.cut.split(':')[1]}`)
event.recipes.gtceu.laser_engraver(`engrave_${x.cut.split(':')[1]}`)
.itemInputs(x.base)