@@ -67,6 +67,30 @@ global.not_hardmode(() => {
6767 S : 'gtceu:ev_sensor'
6868 } ) ;
6969
70+ event . shaped ( 'gtceu:super_pyrolyse' , [
71+ 'ICI' ,
72+ 'WRW' ,
73+ 'PCP'
74+ ] , {
75+ I : 'gtceu:iv_electric_piston' ,
76+ C : '#gtceu:circuits/luv' ,
77+ W : 'gtceu:graphene_quadruple_cable' ,
78+ R : 'gtceu:pyrolyse_oven' ,
79+ P : 'gtceu:iv_electric_pump'
80+ } ) ;
81+
82+ event . shaped ( 'gtceu:super_cracker' , [
83+ 'PCP' ,
84+ 'WRW' ,
85+ 'HCH'
86+ ] , {
87+ P : 'gtceu:iv_electric_pump' ,
88+ C : '#gtceu:circuits/luv' ,
89+ W : 'gtceu:graphene_octal_cable' ,
90+ R : 'gtceu:super_cracker' ,
91+ H : 'gtceu:hssg_coil_block' ,
92+ } ) ;
93+
7094 event . recipes . gtceu . assembly_line ( id ( 'super_vacuum_freezer' ) )
7195 . itemInputs ( 'gtceu:aluminium_frame' , '2x #gtceu:circuits/luv' , '4x gtceu:double_kanthal_plate' , '2x gtceu:iv_fluid_regulator' ,
7296 '8x gtceu:stainless_steel_tiny_fluid_pipe' , '4x gtceu:niobium_titanium_screw' )
@@ -81,6 +105,22 @@ global.not_hardmode(() => {
81105 . duration ( 400 )
82106 . EUt ( GTValues . VHA [ GTValues . IV ] ) ;
83107
108+ event . recipes . gtceu . assembly_line ( id ( 'super_barrel' ) )
109+ . itemInputs ( '8x gtceu:rhodium_plated_palladium_frame' , '4x gtceu:double_niobium_titanium_plate' , '16x gtceu:stainless_steel_plate' ,
110+ '4x gtceu:niobium_titanium_huge_fluid_pipe' , '6x gtceu:niobium_titanium_large_fluid_pipe' , '4x gtceu:luv_fluid_regulator' ,
111+ '4x gtceu:hssg_spring' , '4x #gtceu:circuits/luv' , '8x gtceu:niobium_titanium_double_cable'
112+ )
113+ . inputFluids ( 'gtceu:soldering_alloy 1152' )
114+ . itemOutputs ( 'gtceu:super_barrel' )
115+ [ "scannerResearch(java.util.function.UnaryOperator)" ] (
116+ researchRecipeBuilder => researchRecipeBuilder
117+ . researchStack ( Item . of ( 'gtceu:industrial_barrel' ) )
118+ . duration ( 1800 )
119+ . EUt ( GTValues . VHA [ GTValues . LuV ] )
120+ )
121+ . duration ( 400 )
122+ . EUt ( GTValues . VHA [ GTValues . LuV ] )
123+
84124 event . recipes . gtceu . assembly_line ( id ( 'super_abs' ) )
85125 . itemInputs ( 'gtceu:zpm_alloy_smelter' , '2x #gtceu:circuits/zpm' , '2x gtceu:double_naquadah_plate' , '2x gtceu:zpm_emitter' ,
86126 '4x gtceu:europium_spring' , '8x gtceu:vanadium_gallium_single_cable' , '4x gtceu:naquadria_screw' )
0 commit comments