ServerEvents.recipes (event => {{
// AE2 operation circuit board
Event.recipes.gtceu.extruder ('AE2: Calculation_PROCESSOR_PRINT')
.Iteminputs ('64X AE2: Certus_quartz_crystal'))
.Notconsumable ('AE2: Calculation_processor_press')
.ITEMOUTPUTS ('64X AE2: Printed_calCulation_Processor')
.Duration (1200)
.Eut (32)
// AE2 engineering circuit board
Event.recipes.gtceu.extruder ('AE2: Engineering_processor_print')
.Iteminputs ('64X Minecraft: Diamond'))
. NOTConsumable ('AE2: Engineering_PROCESSOR_PRESS')
.ITEMOUTPUTS ('64X AE2: Printed_engineering_Processor')
.Duration (1200)
.Eut (32)
// AE2 logic circuit board
Event.recipes.gtceu.extruder ('AE2: Logic_processor_print')
.Iteminputs ('64X Minecraft: GOLD_INGOT'))
. NOTCONSUMABLE ('AE2: logic_processor_press')
.ITEMOUTPUTS ('64X AE2: Printed_logic_processor')
.Duration (1200)
.Eut (32)
// AE2 silicon board
Event.recipes.gtceu.extruder ('AE2: Printed_silicon')
.Iteminputs ('64X AE2: Silicon')
. NOTCONSUMABLE ('AE2: Silicon_press')
.ItemoutPuts ('64X AE2: Printed_silicon')
.Duration (1200) .e T (32)
})