@@ -15,70 +15,70 @@ ServerEvents.recipes(event => {
1515 const researchBuilder = global . researchBuilder ;
1616 // global.researchBuilder = (machineType, recId, inputsI, inputsF, outputsI, duration, cwuT, totalCWU, euT, researched)
1717
18- researchBuilder ( cpa , 'csg_chevron' ,
19- [ '2x gtceu:long_prismalium_rod' , 'gtceu:exquisite_naquadic_netherite_gem' , 'kubejs:csg_field_stabiliser' ,
20- 'kubejs:csg_computational_matrix' , '4x gtceu:zpm_sensor' , '64x gtceu:fine_borosilicate_glass_wire' ] ,
21- [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
22- [ 'kubejs:csg_chevron' ] ,
23- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:exquisite_naquadic_netherite_gem' ) ;
24-
25- researchBuilder ( cpa , 'csg_reinforced_plating' ,
26- [ 'gtceu:dense_trinaquadalloy_plate' , 'gtceu:zpm_electric_piston' , 'gtceu:dense_naquadah_alloy_plate' ,
27- '2x #gtceu:circuits/uv' , 'gtceu:dense_enriched_naquadah_plate' , '8x gtceu:yttrium_barium_cuprate_single_cable' ] ,
28- [ 'gtceu:naquadria 288' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
29- [ 'kubejs:csg_reinforced_plating' ] ,
30- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:dense_trinaquadalloy_plate' ) ;
31-
32- researchBuilder ( cpa , 'csg_stellar_access_point' ,
33- [ 'gtceu:double_naquadah_plate' , 'kubejs:csg_computational_matrix' , '4x gtceu:prismalium_double_wire' ,
34- 'gtceu:polycarbonate_foil_ream' , 'gtceu:polyphenylene_sulfide_foil_ream' , 'gtceu:polyvinyl_chloride_foil_ream' ] ,
35- [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' , 'gtceu:polybenzimidazole 1296' ] ,
36- [ 'kubejs:csg_stellar_access_point' ] ,
37- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:yttrium_barium_cuprate_double_cable' )
38-
39- researchBuilder ( cpa , 'csg_energy_modulator' ,
40- [ 'gtceu:trinaquadalloy_frame' , '1x gtceu:zpm_emitter' , '4x gtceu:prismalium_foil' , 'gtceu:energy_module' ,
41- '4x kubejs:advanced_neutron_reflector' , '4x gtceu:naquadah_alloy_foil' ] ,
42- [ 'gtceu:pcb_coolant 250000' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
43- [ 'kubejs:csg_energy_modulator' ] ,
44- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:prismalium_foil' ) ;
45-
46- researchBuilder ( cpa , 'csg_field_stabiliser' ,
47- [ '2x gtceu:dense_enriched_naquadah_plate' , '4x gtceu:zpm_field_generator' , 'kubejs:csg_energy_modulator' ,
48- '16x gtceu:fine_lumium_wire' , '16x gtceu:fine_twinite_wire' , '16x gtceu:fine_signalum_wire' ] ,
49- [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 1296' ] ,
50- [ 'kubejs:csg_field_stabiliser' ] ,
51- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:fine_trinaquadalloy_wire' ) ;
52-
53- researchBuilder ( cpa , 'csg_stellar_dialer' ,
54- [ 'gtceu:dense_enriched_naquadah_plate' , 'gtceu:computer_monitor_cover' , 'kubejs:csg_computational_matrix' ,
55- 'gtceu:dragonsteel_bolt' ] ,
56- [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
57- [ 'kubejs:csg_stellar_dialer' ] ,
58- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:computer_monitor_cover' )
59-
60- researchBuilder ( assline , 'quantum_core' ,
61- [ 'gtceu:weapon_grade_naquadah_frame' , '4x kubejs:csg_energy_modulator' , '16x gtceu:quantum_star' , '2x gtceu:zpm_field_generator' ,
62- '6x gtceu:trinium_spring' , '4x gtceu:zpm_electric_pump' , '16x gtceu:fine_prismalium_wire' , '16x gtceu:osthendah_foil' ,
63- '8x gtceu:naquadah_alloy_plate' , '4x gtceu:osmiridium_bolt' ] ,
64- [ 'gtceu:nether_star_concentrate 864' , 'gtceu:polybenzimidazole 1296' ] ,
65- [ 'kubejs:quantum_core' ] ,
66- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:quantum_star' ) ;
67-
68- researchBuilder ( assline , 'crystal_interface' ,
18+ researchBuilder ( cpa , 'csg_chevron' ,
19+ [ '2x gtceu:long_prismalium_rod' , 'gtceu:exquisite_naquadic_netherite_gem' , 'kubejs:csg_field_stabiliser' ,
20+ 'kubejs:csg_computational_matrix' , '4x gtceu:zpm_sensor' , '64x gtceu:fine_borosilicate_glass_wire' ] ,
21+ [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
22+ [ 'kubejs:csg_chevron' ] ,
23+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:exquisite_naquadic_netherite_gem' , 'gtceu:data_orb' ) ;
24+
25+ researchBuilder ( cpa , 'csg_reinforced_plating' ,
26+ [ 'gtceu:dense_trinaquadalloy_plate' , 'gtceu:zpm_electric_piston' , 'gtceu:dense_naquadah_alloy_plate' ,
27+ '2x #gtceu:circuits/uv' , 'gtceu:dense_enriched_naquadah_plate' , '8x gtceu:yttrium_barium_cuprate_single_cable' ] ,
28+ [ 'gtceu:naquadria 288' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
29+ [ 'kubejs:csg_reinforced_plating' ] ,
30+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:dense_trinaquadalloy_plate' , 'gtceu:data_orb' ) ;
31+
32+ researchBuilder ( cpa , 'csg_stellar_access_point' ,
33+ [ 'gtceu:double_naquadah_plate' , 'kubejs:csg_computational_matrix' , '4x gtceu:prismalium_double_wire' ,
34+ 'gtceu:polycarbonate_foil_ream' , 'gtceu:polyphenylene_sulfide_foil_ream' , 'gtceu:polyvinyl_chloride_foil_ream' ] ,
35+ [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' , 'gtceu:polybenzimidazole 1296' ] ,
36+ [ 'kubejs:csg_stellar_access_point' ] ,
37+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:yttrium_barium_cuprate_double_cable' , 'gtceu:data_orb' )
38+
39+ researchBuilder ( cpa , 'csg_energy_modulator' ,
40+ [ 'gtceu:trinaquadalloy_frame' , '1x gtceu:zpm_emitter' , '4x gtceu:prismalium_foil' , 'gtceu:energy_module' ,
41+ '4x kubejs:advanced_neutron_reflector' , '4x gtceu:naquadah_alloy_foil' ] ,
42+ [ 'gtceu:pcb_coolant 250000' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
43+ [ 'kubejs:csg_energy_modulator' ] ,
44+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:prismalium_foil' , 'gtceu:data_orb' ) ;
45+
46+ researchBuilder ( cpa , 'csg_field_stabiliser' ,
47+ [ '2x gtceu:dense_enriched_naquadah_plate' , '4x gtceu:zpm_field_generator' , 'kubejs:csg_energy_modulator' ,
48+ '16x gtceu:fine_lumium_wire' , '16x gtceu:fine_twinite_wire' , '16x gtceu:fine_signalum_wire' ] ,
49+ [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 1296' ] ,
50+ [ 'kubejs:csg_field_stabiliser' ] ,
51+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:fine_trinaquadalloy_wire' , 'gtceu:data_orb' ) ;
52+
53+ researchBuilder ( cpa , 'csg_stellar_dialer' ,
54+ [ 'gtceu:dense_enriched_naquadah_plate' , 'gtceu:computer_monitor_cover' , 'kubejs:csg_computational_matrix' ,
55+ 'gtceu:dragonsteel_bolt' ] ,
56+ [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864' ] ,
57+ [ 'kubejs:csg_stellar_dialer' ] ,
58+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:computer_monitor_cover' , 'gtceu:data_orb' )
59+
60+ researchBuilder ( assline , 'quantum_core' ,
61+ [ 'gtceu:weapon_grade_naquadah_frame' , '4x kubejs:csg_energy_modulator' , '16x gtceu:quantum_star' , '2x gtceu:zpm_field_generator' ,
62+ '6x gtceu:trinium_spring' , '4x gtceu:zpm_electric_pump' , '16x gtceu:fine_prismalium_wire' , '16x gtceu:osthendah_foil' ,
63+ '8x gtceu:naquadah_alloy_plate' , '4x gtceu:osmiridium_bolt' ] ,
64+ [ 'gtceu:nether_star_concentrate 864' , 'gtceu:polybenzimidazole 1296' ] ,
65+ [ 'kubejs:quantum_core' ] ,
66+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:quantum_star' , 'gtceu:data_orb' ) ;
67+
68+ researchBuilder ( assline , 'crystal_interface' ,
6969 [ 'gtceu:trinaquadalloy_frame' , '16x gtceu:prismalium_hex_wire' , '6x kubejs:csg_reinforced_plating' ,
70- 'kubejs:csg_stellar_access_point' , 'kubejs:csg_energy_modulator' , '64x gtceu:fine_dragonsteel_wire' , '64x gtceu:fine_dragonsteel_wire' ] ,
71- [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 3888' , 'gtceu:polycarbonate 2592' ] ,
72- [ 'sgjourney:crystal_interface' ] ,
73- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'start_core:zpm_64a_energy_converter' ) ;
74-
75- researchBuilder ( assline , 'csg_dimensional_supercomputer' ,
76- [ '3x gtceu:trinaquadalloy_frame' , '8x kubejs:csg_computational_matrix' , 'kubejs:quantum_core' , '64x #gtceu:circuits/uv' ,
77- '8x gtceu:prismalium_foil_ream' , '24x gtceu:enriched_naquadah_small_fluid_pipe' , '36x gtceu:silicone_rubber_ring' ,
78- '48x gtceu:polycarbonate_tiny_fluid_pipe' ] ,
79- [ 'gtceu:polybenzimidazole 3888' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 2592' , 'gtceu:naquadria 576' ] ,
80- [ 'kubejs:csg_dimensional_supercomputer' ] ,
81- 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:crystal_processor_mainframe' )
70+ 'kubejs:csg_stellar_access_point' , 'kubejs:csg_energy_modulator' , '64x gtceu:fine_dragonsteel_wire' , '64x gtceu:fine_dragonsteel_wire' ] ,
71+ [ 'gtceu:indium_tin_lead_cadmium_soldering_alloy 3888' , 'gtceu:polycarbonate 2592' ] ,
72+ [ 'sgjourney:crystal_interface' ] ,
73+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'start_core:zpm_64a_energy_converter' , 'gtceu:data_orb' ) ;
74+
75+ researchBuilder ( assline , 'csg_dimensional_supercomputer' ,
76+ [ '3x gtceu:trinaquadalloy_frame' , '8x kubejs:csg_computational_matrix' , 'kubejs:quantum_core' , '64x #gtceu:circuits/uv' ,
77+ '8x gtceu:prismalium_foil_ream' , '24x gtceu:enriched_naquadah_small_fluid_pipe' , '36x gtceu:silicone_rubber_ring' ,
78+ '48x gtceu:polycarbonate_tiny_fluid_pipe' ] ,
79+ [ 'gtceu:polybenzimidazole 3888' , 'gtceu:indium_tin_lead_cadmium_soldering_alloy 2592' , 'gtceu:naquadria 576' ] ,
80+ [ 'kubejs:csg_dimensional_supercomputer' ] ,
81+ 6000 , 48 , 48 * 600 , GTValues . VHA [ GTValues . ZPM ] , 'gtceu:crystal_processor_mainframe' , 'gtceu:data_orb' )
8282
8383 lcr ( id ( 'csg_enscription_plate' ) )
8484 . itemInputs ( 'gtceu:naquadah_wafer' , '48x gtceu:aerogel_foil' , '1x #gtceu:circuits/uv' )
@@ -97,7 +97,7 @@ ServerEvents.recipes(event => {
9797 . EUt ( GTValues . VHA [ GTValues . ZPM ] ) ;
9898
9999 assembler ( id ( 'classic_dhd' ) )
100- . itemInputs ( 'gtceu:atomic_casing' , 'kubejs:csg_stellar_dialer' , '12x gtceu:dragonsteel_foil' ,
100+ . itemInputs ( 'gtceu:atomic_casing' , 'kubejs:csg_stellar_dialer' , '12x gtceu:dragonsteel_foil' ,
101101 '12x kubejs:proto_solarus_rune' , '14x kubejs:proto_energized_rune' , '12x kubejs:proto_lunarus_rune' )
102102 . inputFluids ( 'gtceu:indium_tin_lead_cadmium_soldering_alloy 1296' )
103103 . itemOutputs ( 'sgjourney:classic_dhd' )
@@ -130,15 +130,15 @@ ServerEvents.recipes(event => {
130130
131131 rotor ( id ( 'raw_stargate_rod' ) )
132132 . layeredRecipe ( ( layers ) => layers
133- . itemInputs ( 'kubejs:csg_stargate_rod_base' , '2x gtceu:quantum_star' )
133+ . itemInputs ( 'kubejs:csg_stargate_rod_base' , '2x gtceu:quantum_star' )
134134 . next ( )
135- . itemInputs ( 'gtceu:naquadah_alloy_foil_ream' , 'gtceu:weapon_grade_naquadah_foil_ream' , 'gtceu:pure_netherite_foil_ream' )
135+ . itemInputs ( 'gtceu:naquadah_alloy_foil_ream' , 'gtceu:weapon_grade_naquadah_foil_ream' , 'gtceu:pure_netherite_foil_ream' )
136136 . inputFluids ( 'gtceu:lubricant 25000' )
137137 . next ( )
138- . itemInputs ( 'gtceu:netherite_foil_ream' , 'gtceu:nether_star_foil_ream' , 'gtceu:trinaquadalloy_foil_ream' )
138+ . itemInputs ( 'gtceu:netherite_foil_ream' , 'gtceu:nether_star_foil_ream' , 'gtceu:trinaquadalloy_foil_ream' )
139139 . inputFluids ( 'gtceu:lubricant 25000' )
140140 . next ( )
141- . itemInputs ( 'gtceu:naquadah_alloy_foil_ream' , 'gtceu:weapon_grade_naquadah_foil_ream' , 'gtceu:pure_netherite_foil_ream' )
141+ . itemInputs ( 'gtceu:naquadah_alloy_foil_ream' , 'gtceu:weapon_grade_naquadah_foil_ream' , 'gtceu:pure_netherite_foil_ream' )
142142 . inputFluids ( 'gtceu:lubricant 25000' )
143143 )
144144 . itemOutputs ( 'kubejs:raw_stargate_rod' )
@@ -154,7 +154,7 @@ ServerEvents.recipes(event => {
154154
155155 stargateComponent ( 'csg_ring' )
156156 . layeredRecipe ( ( layers ) => layers
157- . itemInputs ( 'gtceu:prismalium_frame' , '16x kubejs:activated_stargate_rod' )
157+ . itemInputs ( 'gtceu:prismalium_frame' , '16x kubejs:activated_stargate_rod' )
158158 . next ( )
159159 . itemInputs ( '2x kubejs:proto_solarus_rune' , 'kubejs:csg_reinforced_plating' )
160160 . next ( )
@@ -169,13 +169,13 @@ ServerEvents.recipes(event => {
169169
170170 stargateComponent ( 'csg_chevron' )
171171 . layeredRecipe ( ( layers ) => layers
172- . itemInputs ( 'sgjourney:classic_stargate_ring_block' , 'kubejs:csg_chevron' , '6x kubejs:activated_stargate_rod' )
172+ . itemInputs ( 'sgjourney:classic_stargate_ring_block' , 'kubejs:csg_chevron' , '6x kubejs:activated_stargate_rod' )
173173 . next ( )
174- . itemInputs ( 'kubejs:csg_field_stabiliser' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
174+ . itemInputs ( 'kubejs:csg_field_stabiliser' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
175175 . next ( )
176176 . itemInputs ( 'kubejs:proto_solarus_rune' , '3x kubejs:proto_energized_rune' , 'kubejs:proto_lunarus_rune' )
177177 . next ( )
178- . itemInputs ( 'kubejs:csg_field_stabiliser' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
178+ . itemInputs ( 'kubejs:csg_field_stabiliser' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
179179 )
180180 . inputFluids ( 'gtceu:naquadria 1152' )
181181 . itemOutputs ( 'sgjourney:classic_stargate_chevron_block' )
@@ -184,31 +184,31 @@ ServerEvents.recipes(event => {
184184
185185 stargateComponent ( 'csg_base' )
186186 . layeredRecipe ( ( layers ) => layers
187- . itemInputs ( 'sgjourney:classic_stargate_ring_block' , 'kubejs:csg_dimensional_supercomputer' , '6x kubejs:activated_stargate_rod' )
187+ . itemInputs ( 'sgjourney:classic_stargate_ring_block' , 'kubejs:csg_dimensional_supercomputer' , '6x kubejs:activated_stargate_rod' )
188188 . next ( )
189- . itemInputs ( 'kubejs:csg_stellar_access_point' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
189+ . itemInputs ( 'kubejs:csg_stellar_access_point' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
190190 . next ( )
191191 . itemInputs ( '6x kubejs:proto_solarus_rune' , '4x kubejs:proto_energized_rune' , '6x kubejs:proto_lunarus_rune' )
192192 . next ( )
193- . itemInputs ( 'kubejs:csg_stellar_access_point' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
193+ . itemInputs ( 'kubejs:csg_stellar_access_point' , 'kubejs:csg_reinforced_plating' , '2x kubejs:activated_stargate_rod' )
194194 )
195195 . inputFluids ( 'gtceu:naquadria 1152' )
196196 . itemOutputs ( 'sgjourney:classic_stargate_base_block' )
197197 . duration ( 1200 )
198198 . EUt ( GTValues . VHA [ GTValues . UV ] ) ;
199199
200200 event . recipes . create . mechanical_crafting ( `sgjourney:classic_stargate {BlockEntityTag:{LocalPointOfOrigin:1b}}` , [
201- ' CRCRC ' ,
202- 'RR RR' ,
203- 'C C' ,
204- 'R R' ,
205- 'R R' ,
206- 'CR RC' ,
207- ' RCBCR '
208- ] , {
209- R : 'sgjourney:classic_stargate_ring_block' ,
210- C : 'sgjourney:classic_stargate_chevron_block' ,
211- B : 'sgjourney:classic_stargate_base_block'
212- } ) . id ( 'start:shaped/csg' ) ;
201+ ' CRCRC ' ,
202+ 'RR RR' ,
203+ 'C C' ,
204+ 'R R' ,
205+ 'R R' ,
206+ 'CR RC' ,
207+ ' RCBCR '
208+ ] , {
209+ R : 'sgjourney:classic_stargate_ring_block' ,
210+ C : 'sgjourney:classic_stargate_chevron_block' ,
211+ B : 'sgjourney:classic_stargate_base_block'
212+ } ) . id ( 'start:shaped/csg' ) ;
213213
214214} ) ;
0 commit comments