@@ -84,7 +84,7 @@ ServerEvents.recipes(event => {
8484 casingDouble ( 'nyanium_machine' , 'nyanium' , 'kubejs' ) ;
8585
8686 event . recipes . gtceu . assembler ( id ( 'silicone_rubber_casing' ) )
87- . itemInputs ( 'gtceu:solid_machine_casing' )
87+ . itemInputs ( 'gtceu:solid_machine_casing' )
8888 . inputFluids ( 'gtceu:silicone_rubber 216' )
8989 . itemOutputs ( 'kubejs:silicone_rubber_casing' )
9090 . duration ( 50 )
@@ -166,7 +166,7 @@ ServerEvents.recipes(event => {
166166 H : '#forge:tools/hammers' ,
167167 W : '#forge:tools/wrenches'
168168 } ) . id ( `${ casing_id } :${ type } _gearbox` ) ;
169-
169+
170170 event . recipes . gtceu . assembler ( id ( `${ material } _gearbox` ) )
171171 . itemInputs ( `4x gtceu:${ material } _plate` , `2x gtceu:${ frame } _gear` , `gtceu:${ frame } _frame` )
172172 . itemOutputs ( `2x ${ casing_id } :${ type } _gearbox` )
@@ -229,7 +229,7 @@ ServerEvents.recipes(event => {
229229 engine_intake ( 'pallaridium' , 'iridium' , 'iridium' , 'kubejs' , 'gtceu:palladium_substation' ) ;
230230 engine_intake ( 'enriched_naquadah' , 'enriched_naquadah' , 'enriched_naquadah' , 'kubejs' , 'kubejs:enriched_naquadah_machine_casing' ) ;
231231 engine_intake ( 'nyanium' , 'nyanium' , 'nyanium' , 'kubejs' , 'kubejs:nyanium_machine_casing' ) ;
232-
232+
233233 event . recipes . gtceu . assembler ( id ( 'extreme_temperature_smelting_casing' ) )
234234 . itemInputs ( '4x gtceu:calamatium_plate' , '2x gtceu:astatium_bioselex_carbonite_plate' , 'gtceu:enriched_estalt_frame' )
235235 . itemOutputs ( '2x kubejs:extreme_temperature_smelting_casing' )
@@ -297,7 +297,7 @@ ServerEvents.recipes(event => {
297297 special_ultimate_casing ( 'draco_ware_casing' , [ 'gtceu:trikoductive_neutro_steel_frame' , '6x kubejs:draconic_brain_matter_cells' , '2x #gtceu:circuits/uev' , 'gtceu:uev_sensor' , '32x gtceu:fine_aurourium_wire' , '32x gtceu:fine_magmada_alloy_wire' ] , [ 'gtceu:poly_34_ethylenedioxythiophene_polystyrene_sulfate 1008' , 'gtceu:dragon_breath 2250' ] , 'gtceu:high_power_casing' ) ;
298298 special_ultimate_casing ( 'draco_resilient_fusion_glass' , [ 'kubejs:reinforced_fusion_glass' , '12x kubejs:draconic_scale_cells' , '1x gtceu:uhv_field_generator' , '6x kubejs:borealic_neutron_reflector' ] , [ 'gtceu:poly_34_ethylenedioxythiophene_polystyrene_sulfate 1008' , 'gtceu:dragon_breath 1250' ] , 'gtceu:fusion_glass' ) ;
299299 special_ultimate_casing ( 'abyssal_inductor_hull' , [ 'gtceu:abyssal_alloy_frame' , '2x kubejs:abyssal_inductor' , 'kubejs:uiv_microfluidic_flow_valve' , '2x kubejs:voidic_reinforced_mesh' , '#gtceu:circuits/uiv' , '8x gtceu:polonium_bismide_single_cable' ] , [ 'gtceu:naquadated_soldering_alloy 864' , 'gtceu:dragon_breath 400' ] , 'kubejs:abyssal_inductor' ) ;
300-
300+
301301 special_ultimate_casing ( 'abyssal_inductor' , [ 'gtceu:uiv_emitter' , '3x gtceu:lepton_resonant_thallium_antimonide_spring' , '6x gtceu:draco_abyssal_screw' , '6x gtceu:polonium_bismide_single_cable' ] , [ 'gtceu:poly_34_ethylenedioxythiophene_polystyrene_sulfate 720' , 'gtceu:borealic_concentrate 576' ] , 'gtceu:blacklight' ) ;
302302
303303 event . recipes . gtceu . assembler ( id ( 'tritanic_blasting_casing' ) )
@@ -419,13 +419,15 @@ ServerEvents.recipes(event => {
419419 event . recipes . gtceu . assembler ( id ( 'peek_casing' ) )
420420 . itemInputs ( 'gtceu:robust_machine_casing' )
421421 . inputFluids ( 'gtceu:polyether_ether_ketone 216' )
422+ . circuit ( 6 )
422423 . itemOutputs ( 'kubejs:peek_casing' )
423424 . duration ( 600 )
424425 . EUt ( GTValues . VA [ GTValues . LuV ] ) ;
425426
426427 event . recipes . gtceu . assembler ( id ( 'cattomolymer_casing' ) )
427428 . itemInputs ( 'kubejs:nyanium_machine_casing' )
428429 . inputFluids ( 'gtceu:poly_34_ethylenedioxythiophene_polystyrene_sulfate 216' )
430+ . circuit ( 6 )
429431 . itemOutputs ( 'kubejs:cattomolymer_casing' )
430432 . EUt ( GTValues . VHA [ GTValues . UHV ] )
431433 . duration ( 750 ) ;
0 commit comments