@@ -133,55 +133,6 @@ ServerEvents.recipes((event) => {
133133 'netherite_gold_skystone_alloy 1152' ,
134134 GTValues . VHA [ UHV ]
135135 ) ;
136-
137- const researchBuilder = global . researchBuilder ;
138- const riftAss = 'riftic_infusion_assembly' ;
139-
140- researchBuilder (
141- riftAss ,
142- 'artificial_universe_fluid_cell' ,
143- [
144- '1x gtceu:hvga_steel_frame' ,
145- '3x #gtceu:circuits/uiv' ,
146- '6x megacells:cell_component_256m' ,
147- '8x gtceu:lepton_resonant_thallium_antimonide_single_cable' ,
148- ] ,
149- [
150- 'gtceu:neutrindium_soldering_alloy 5184' ,
151- 'gtceu:borealic_concentrate 5400' ,
152- 'gtceu:pure_dragon_breath 11500' ,
153- 'gtceu:prismatic_hypergurmalium 6250' ,
154- ] ,
155- [ 'expandedae:artificial_universe_fluid_cell' ] ,
156- 1800 ,
157- 256 ,
158- 256 * 1200 ,
159- GTValues . VA [ UIV ] ,
160- 'megacells:fluid_storage_cell_256m'
161- ) ;
162-
163- researchBuilder (
164- riftAss ,
165- 'artificial_universe_item_cell' ,
166- [
167- '1x gtceu:draco_abyssal_frame' ,
168- '3x #gtceu:circuits/uiv' ,
169- '6x megacells:cell_component_256m' ,
170- '8x gtceu:lepton_resonant_thallium_antimonide_single_cable' ,
171- ] ,
172- [
173- 'gtceu:neutrindium_soldering_alloy 5184' ,
174- 'gtceu:borealic_concentrate 5400' ,
175- 'gtceu:pure_dragon_breath 11500' ,
176- 'gtceu:prismatic_hypergurmalium 6250' ,
177- ] ,
178- [ 'expandedae:artificial_universe_item_cell' ] ,
179- 1800 ,
180- 256 ,
181- 256 * 1200 ,
182- GTValues . VA [ UIV ] ,
183- 'megacells:item_storage_cell_256m'
184- ) ;
185136 } ) ;
186137
187138 isModLoaded ( 'expatternprovider' , ( ) => {
0 commit comments