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:
parent
7a0c4b02d7
commit
f589e3a53d
1 changed files with 2 additions and 2 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue