added machine recipe for shears
This commit is contained in:
parent
ba20957a18
commit
08a8e00914
1 changed files with 6 additions and 0 deletions
|
|
@ -1120,6 +1120,12 @@ function registerTFCMaterialsRecipes(event) {
|
|||
.resultFluid(Fluid.of(outputMaterial.getFluid(), 288))
|
||||
.useDurability(true)
|
||||
.id(`tfc:heating/metal/${material.getName()}_shears`)
|
||||
|
||||
event.recipes.gtceu.forge_hammer(`tfc:metal/shears/${material.getName()}`)
|
||||
.itemInputs(knifeHeadItem.withCount(2))
|
||||
.itemOutputs(`tfc:metal/shears/${material.getName()}`)
|
||||
.duration(40)
|
||||
.EUt(7)
|
||||
}
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue