Fix circuit for Brass Funnel (#1089)

Change the circuit due to a conflict issue

Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
TomPlop 2025-05-28 19:41:42 -04:00 committed by GitHub
parent 7a0c4b02d7
commit f589e3a53d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -755,7 +755,7 @@ const registerCreateRecipes = (event) => {
event.recipes.gtceu.assembler('create:brass_funnel')
.itemInputs('2x #forge:plates/brass', '2x #forge:foils/rubber', 'create:electron_tube')
.itemOutputs('2x create:brass_funnel')
.circuit(4)
.circuit(6)
.duration(50)
.EUt(GTValues.VA[GTValues.ULV])
@ -774,7 +774,7 @@ const registerCreateRecipes = (event) => {
event.recipes.gtceu.assembler('create:brass_funnel_leather')
.itemInputs('2x #forge:plates/brass', '2x #forge:leather', 'create:electron_tube')
.itemOutputs('2x create:brass_funnel')
.circuit(4)
.circuit(6)
.duration(50)
.EUt(GTValues.VA[GTValues.ULV])