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

@ -63,7 +63,7 @@ const registerAFCRecipes = (event) => {
event.recipes.gtceu.assembler(`${wood}_pressure_plate`)
.itemInputs('#forge:small_springs', `2x afc:wood/planks/${wood}_slab`)
.circuit(0)
.circuit(3)
.itemOutputs(`2x afc:wood/planks/${wood}_pressure_plate`)
.duration(50)
.EUt(2)