all pressure plates to circ 3 (#1970)

This commit is contained in:
Jason Nash 2025-10-06 22:30:33 +01:00 committed by GitHub
parent dc2c4af1f5
commit e51cf2f07b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -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)

View file

@ -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)