крафты для chemical_bath и circuit_assembler
This commit is contained in:
parent
ad1a71f97e
commit
063f6ecdbf
5 changed files with 308 additions and 112 deletions
|
|
@ -1263,25 +1263,227 @@ const registerAE2Recipes = (event) => {
|
|||
.EUt(122880)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
|
||||
//circuit_assembler
|
||||
//logic_processor
|
||||
event.recipes.gtceu.circuit_assembler('ae2:logic_processor')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_logic_processor',
|
||||
'#forge:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:logic_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
event.recipes.gtceu.circuit_assembler('ae2:logic_processor_adv')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_logic_processor',
|
||||
'#forge:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:logic_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
//calculation_processor
|
||||
event.recipes.gtceu.circuit_assembler('ae2:calculation_processor')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_calculation_processor',
|
||||
'#forge:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:calculation_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
event.recipes.gtceu.circuit_assembler('ae2:calculation_processor_adv')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_calculation_processor',
|
||||
'#forge:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:calculation_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
//engineering_processor
|
||||
event.recipes.gtceu.circuit_assembler('ae2:engineering_processor')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_engineering_processor',
|
||||
'#forge:circuits/lv',
|
||||
'2x #gtceu:resistors',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:engineering_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
event.recipes.gtceu.circuit_assembler('ae2:engineering_processor_adv')
|
||||
.itemInputs(
|
||||
'ae2:printed_silicon',
|
||||
'ae2:printed_engineering_processor',
|
||||
'#forge:circuits/lv',
|
||||
'gtceu:advanced_smd_resistor',
|
||||
'2x #forge:wires/fine/tin',)
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('2x ae2:engineering_processor')
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
|
||||
//chemical_bath
|
||||
//cable
|
||||
//glass cable
|
||||
event.recipes.gtceu.chemical_bath('ae2:fluix_glass_cable')
|
||||
.itemInputs(
|
||||
'#ae2:glass_cable')
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 144))
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 100))
|
||||
.itemOutputs(
|
||||
'ae2:fluix_glass_cable')
|
||||
.duration(8)
|
||||
.EUt(480)
|
||||
//greg dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_GLASS_CABLE[i]+'gtceudye')
|
||||
.itemInputs('ae2:fluix_glass_cable')
|
||||
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 72))
|
||||
.itemOutputs(global.AE2_GLASS_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
//tfc dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_GLASS_CABLE[i]+'tfcdye')
|
||||
.itemInputs('ae2:fluix_glass_cable')
|
||||
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
|
||||
.itemOutputs(global.AE2_GLASS_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
|
||||
for(i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(rrayAE2.glassCables[i])
|
||||
.itemInputs(ore('ae2.cable.glass'))
|
||||
.inputFluids(arrayVanila.colorLiquid[i] * 18)
|
||||
.itemOutputs(arrayAE2.glassCables[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
}
|
||||
//covered cable
|
||||
event.recipes.gtceu.chemical_bath('ae2:fluix_covered_cable')
|
||||
.itemInputs(
|
||||
'#ae2:covered_cable')
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 100))
|
||||
.itemOutputs(
|
||||
'ae2:fluix_covered_cable')
|
||||
.duration(8)
|
||||
.EUt(480)
|
||||
//greg dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_CABLE[i]+'gtceudye')
|
||||
.itemInputs('ae2:fluix_covered_cable')
|
||||
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 72))
|
||||
.itemOutputs(global.AE2_COVERED_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
//tfc dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_CABLE[i]+'tfcdye')
|
||||
.itemInputs('ae2:fluix_covered_cable')
|
||||
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
|
||||
.itemOutputs(global.AE2_COVERED_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
|
||||
// Dense Covered Cable
|
||||
event.recipes.gtceu.chemical_bath('ae2:fluix_covered_dense_cable')
|
||||
.itemInputs(
|
||||
'#ae2:covered_dense_cable')
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 100))
|
||||
.itemOutputs(
|
||||
'ae2:fluix_covered_dense_cable')
|
||||
.duration(8)
|
||||
.EUt(480)
|
||||
//greg dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_DENSE_CABLE[i]+'gtceudye')
|
||||
.itemInputs('ae2:fluix_covered_dense_cable')
|
||||
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 72))
|
||||
.itemOutputs(global.AE2_COVERED_DENSE_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
//tfc dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_COVERED_DENSE_CABLE[i]+'tfcdye')
|
||||
.itemInputs('ae2:fluix_covered_dense_cable')
|
||||
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
|
||||
.itemOutputs(global.AE2_COVERED_DENSE_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
|
||||
// Smart Cable
|
||||
event.recipes.gtceu.chemical_bath('ae2:fluix_smart_cable')
|
||||
.itemInputs(
|
||||
'#ae2:smart_cable')
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 100))
|
||||
.itemOutputs(
|
||||
'ae2:fluix_smart_cable')
|
||||
.duration(8)
|
||||
.EUt(480)
|
||||
//greg dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_SMART_CABLE[i]+'gtceudye')
|
||||
.itemInputs('ae2:fluix_smart_cable')
|
||||
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 72))
|
||||
.itemOutputs(global.AE2_SMART_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
//tfc dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_SMART_CABLE[i]+'tfcdye')
|
||||
.itemInputs('ae2:fluix_smart_cable')
|
||||
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
|
||||
.itemOutputs(global.AE2_SMART_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
|
||||
// Dense Smart Cable
|
||||
event.recipes.gtceu.chemical_bath('ae2:fluix_smart_dense_cable')
|
||||
.itemInputs(
|
||||
'#ae2:smart_dense_cable')
|
||||
.inputFluids(Fluid.of('gtceu:chlorine', 100))
|
||||
.itemOutputs(
|
||||
'ae2:fluix_smart_dense_cable')
|
||||
.duration(8)
|
||||
.EUt(480)
|
||||
//greg dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_SMART_DENSE_CABLE[i]+'gtceudye')
|
||||
.itemInputs('ae2:fluix_smart_dense_cable')
|
||||
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 72))
|
||||
.itemOutputs(global.AE2_SMART_DENSE_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
//tfc dye
|
||||
for (var i = 0; i < 16; i++) {
|
||||
event.recipes.gtceu.chemical_bath(global.AE2_SMART_DENSE_CABLE[i]+'tfcdye')
|
||||
.itemInputs('ae2:fluix_smart_dense_cable')
|
||||
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 250))
|
||||
.itemOutputs(global.AE2_SMART_DENSE_CABLE[i])
|
||||
.duration(20)
|
||||
.EUt(7)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue