Update recipes.js
This commit is contained in:
parent
50f9268c69
commit
e7e5534b5f
1 changed files with 65 additions and 26 deletions
|
|
@ -2651,39 +2651,78 @@ const registerAE2Recipes = (event) => {
|
|||
//
|
||||
// НЕ ЗАБЫТЬ СДЕЛАТЬ FLUIX LENS ДЛЯ КРАФТА НИЖЕ (В 1 12 в крафте используется fluix lens)
|
||||
// так же надеюсь ты не забыл сделать жидкости для истин кварц и fluix, для крафта fluix pearl, fluix glass cable, fluix plate
|
||||
//
|
||||
//
|
||||
// сделать роды для quartz fiber
|
||||
// mixer.autoclave.
|
||||
// Inscriber engineering Press
|
||||
event.recipes.gtceu.laser_engraver('ae2:engineering_press_iron')
|
||||
.itemInputs(
|
||||
'#forge:plates/iron')
|
||||
.notConsumable('#forge:lenses/light_blue')
|
||||
.itemOutputs('ae2:engineering_processor_press')
|
||||
.duration(12000)
|
||||
.EUt(116)
|
||||
.itemInputs(
|
||||
'#forge:plates/iron')
|
||||
.notConsumable('#forge:lenses/light_blue')
|
||||
.itemOutputs('ae2:engineering_processor_press')
|
||||
.duration(12000)
|
||||
.EUt(116)
|
||||
event.recipes.gtceu.laser_engraver('ae2:engineering_press_wrought_iron')
|
||||
.itemInputs(
|
||||
'#forge:plates/wrought_iron')
|
||||
.notConsumable('#forge:lenses/light_blue')
|
||||
.itemOutputs('ae2:engineering_processor_press')
|
||||
.duration(8000)
|
||||
.EUt(116)
|
||||
.itemInputs(
|
||||
'#forge:plates/wrought_iron')
|
||||
.notConsumable('#forge:lenses/light_blue')
|
||||
.itemOutputs('ae2:engineering_processor_press')
|
||||
.duration(8000)
|
||||
.EUt(116)
|
||||
|
||||
// Inscriber calculation Press
|
||||
event.recipes.gtceu.laser_engraver('ae2:calculation_press_iron')
|
||||
.itemInputs(
|
||||
'#forge:plates/iron')
|
||||
.notConsumable('#forge:lenses/blue')
|
||||
.itemOutputs('ae2:calculation_processor_press')
|
||||
.duration(12000)
|
||||
.EUt(116)
|
||||
.itemInputs(
|
||||
'#forge:plates/iron')
|
||||
.notConsumable('#forge:lenses/blue')
|
||||
.itemOutputs('ae2:calculation_processor_press')
|
||||
.duration(12000)
|
||||
.EUt(116)
|
||||
event.recipes.gtceu.laser_engraver('ae2:calculation_press_wrought_iron')
|
||||
.itemInputs(
|
||||
'#forge:plates/wrought_iron')
|
||||
.notConsumable('#forge:lenses/blue')
|
||||
.itemOutputs('ae2:calculation_processor_press')
|
||||
.duration(8000)
|
||||
.EUt(116)
|
||||
.itemInputs(
|
||||
'#forge:plates/wrought_iron')
|
||||
.notConsumable('#forge:lenses/blue')
|
||||
.itemOutputs('ae2:calculation_processor_press')
|
||||
.duration(8000)
|
||||
.EUt(116)
|
||||
|
||||
|
||||
//wiremill
|
||||
// Quartz Fiber
|
||||
event.recipes.gtceu.wiremill('ae2:quartz_fiber')
|
||||
.itemInputs(
|
||||
'#forge:plates/certus_quartz')
|
||||
.itemOutputs('ae2:quartz_fiber')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
|
||||
|
||||
//alloy smelter
|
||||
// Quartz Glass
|
||||
event.recipes.gtceu.alloy_smelter('ae2:quartz_glass')
|
||||
.itemInputs(
|
||||
'5x #forge:dusts/certus_quartz',
|
||||
'4x #forge:glass')
|
||||
.itemOutputs('4x ae2:quartz_glass')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
|
||||
// Vibrant Quartz Glass
|
||||
event.recipes.gtceu.alloy_smelter('ae2:quartz_vibrant_glass')
|
||||
.itemInputs(
|
||||
'ae2:quartz_glass',
|
||||
'8x #forge:dusts/glowstone')
|
||||
.itemOutputs('ae2:quartz_vibrant_glass')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
//electrolyzer
|
||||
// Charged Certus Quartz
|
||||
event.recipes.gtceu.electrolyzer('ae2:charged_certus_quartz_crystal')
|
||||
.itemInputs(
|
||||
'#forge:gems/certus_quartz')
|
||||
.itemOutputs('ae2:charged_certus_quartz_crystal')
|
||||
.duration(20)
|
||||
.EUt(160)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue