@@ -47,7 +47,7 @@ function registerTFGSupportRecipes(event) {
47
47
} ) . id ( 'tfg:shaped/light_concrete_support' ) )
48
48
49
49
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/light_concrete_support' )
50
- . circuit ( 4 )
50
+ . circuit ( 11 )
51
51
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
52
52
. itemOutputs ( '8x tfg:light_concrete_support' )
53
53
. itemInputs ( '3x gtceu:light_concrete' )
@@ -66,7 +66,7 @@ function registerTFGSupportRecipes(event) {
66
66
} ) . id ( 'tfg:shaped/dark_concrete_support' ) )
67
67
68
68
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/dark_concrete_support' )
69
- . circuit ( 4 )
69
+ . circuit ( 11 )
70
70
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
71
71
. itemOutputs ( '8x tfg:dark_concrete_support' )
72
72
. itemInputs ( '3x gtceu:dark_concrete' )
@@ -98,15 +98,15 @@ function registerTFGSupportRecipes(event) {
98
98
} ) . id ( `tfg:shaped/mossy/${ stone } _support` ) )
99
99
100
100
event . recipes . gtceu . assembler ( `tfg:gtceu/assembler/${ stone } _support` )
101
- . circuit ( 4 )
101
+ . circuit ( 11 )
102
102
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
103
103
. itemOutputs ( `8x tfg:${ stone } _support` )
104
104
. itemInputs ( `3x tfc:rock/loose/${ stone } ` )
105
105
. duration ( 40 )
106
106
. EUt ( GTValues . VA [ GTValues . ULV ] )
107
107
108
108
event . recipes . gtceu . assembler ( `tfg:gtceu/assembler/mossy/${ stone } _support` )
109
- . circuit ( 4 )
109
+ . circuit ( 11 )
110
110
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
111
111
. itemOutputs ( `8x tfg:${ stone } _support` )
112
112
. itemInputs ( `3x tfc:rock/mossy_loose/${ stone } ` )
@@ -126,7 +126,7 @@ function registerTFGSupportRecipes(event) {
126
126
} ) . id ( 'tfg:shaped/travertine_support' ) )
127
127
128
128
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/travertine_support' )
129
- . circuit ( 4 )
129
+ . circuit ( 11 )
130
130
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
131
131
. itemOutputs ( '8x tfg:travertine_support' )
132
132
. itemInputs ( '3x tfg:loose/dripstone' )
@@ -145,7 +145,7 @@ function registerTFGSupportRecipes(event) {
145
145
} ) . id ( 'tfg:shaped/migmatite_support' ) )
146
146
147
147
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/migmatite_support' )
148
- . circuit ( 4 )
148
+ . circuit ( 11 )
149
149
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
150
150
. itemOutputs ( '8x tfg:migmatite_support' )
151
151
. itemInputs ( '3x tfg:loose/deepslate' )
@@ -164,7 +164,7 @@ function registerTFGSupportRecipes(event) {
164
164
} ) . id ( 'tfg:shaped/pyroxenite_support' ) )
165
165
166
166
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/pyroxenite_support' )
167
- . circuit ( 4 )
167
+ . circuit ( 11 )
168
168
. inputFluids ( Fluid . of ( 'gtceu:concrete' , 36 ) )
169
169
. itemOutputs ( '8x tfg:pyroxenite_support' )
170
170
. itemInputs ( '3x beneath:blackstone_pebble' )
@@ -182,7 +182,7 @@ function registerTFGSupportRecipes(event) {
182
182
} ) . id ( 'tfg:shaped/rebar_support' )
183
183
184
184
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/rebar_support' )
185
- . circuit ( 4 )
185
+ . circuit ( 11 )
186
186
. itemOutputs ( '8x tfg:rebar_support' )
187
187
. itemInputs ( ChemicalHelper . get ( TagPrefix . rod , GTMaterials . Steel , 2 ) , ChemicalHelper . get ( TagPrefix . wireFine , GTMaterials . Steel , 1 ) )
188
188
. duration ( 100 )
@@ -199,7 +199,7 @@ function registerTFGSupportRecipes(event) {
199
199
. id ( 'tfg:anvil/steel_support' )
200
200
201
201
event . recipes . gtceu . assembler ( 'tfg:gtceu/assembler/steel_support' )
202
- . circuit ( 4 )
202
+ . circuit ( 11 )
203
203
. itemOutputs ( '4x tfg:steel_support' )
204
204
. itemInputs ( '2x #forge:double_ingots/steel' )
205
205
. duration ( 100 )
@@ -229,4 +229,4 @@ function registerTFGSupportRecipes(event) {
229
229
. duration ( GTMaterials . Steel . getMass ( ) * 2 )
230
230
. category ( GTRecipeCategories . EXTRACTOR_RECYCLING )
231
231
. EUt ( GTValues . VA [ GTValues . ULV ] )
232
- }
232
+ }
0 commit comments