all pressure plates to circ 3 (#1970)
This commit is contained in:
parent
dc2c4af1f5
commit
e51cf2f07b
7 changed files with 7 additions and 7 deletions
|
|
@ -49,7 +49,7 @@ function registerTFCStoneRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.assembler(`${stone}_raw_pressure_plate`)
|
||||
.itemInputs('#forge:small_springs', `2x tfc:rock/raw/${stone}_slab`)
|
||||
.circuit(0)
|
||||
.circuit(3)
|
||||
.itemOutputs(`2x tfc:rock/pressure_plate/${stone}`)
|
||||
.duration(50)
|
||||
.EUt(2)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ function registerTFCWoodRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.assembler(`${wood}_pressure_plate`)
|
||||
.itemInputs('#forge:small_springs', `2x tfc:wood/planks/${wood}_slab`)
|
||||
.circuit(0)
|
||||
.circuit(3)
|
||||
.itemOutputs(`2x tfc:wood/planks/${wood}_pressure_plate`)
|
||||
.duration(50)
|
||||
.EUt(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue