fixed the create cut stone consuming your chisel
This commit is contained in:
parent
f44552e59e
commit
2be25e16f4
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue