обнова

This commit is contained in:
FriendlyCube 2023-12-05 21:32:07 +02:00
parent da451a9e86
commit 72f68a36c4
2 changed files with 273 additions and 103 deletions

View file

@ -3,14 +3,9 @@
const registerAE2Recipes = (event) => { const registerAE2Recipes = (event) => {
// Удаление рецептов мода // Удаление рецептов мода
event.remove({ mod: 'ae2' }); //event.remove({ mod: 'ae2' });
// crafting Table // crafting Table
// ae2:cable_anchor
event.shapeless(('ae2:cable_anchor'), [
'#forge:ingots',
'#ae2:knife'
])
// network tool // network tool
event.shaped('ae2:network_tool', [ event.shaped('ae2:network_tool', [
'AB', 'AB',
@ -130,6 +125,13 @@ const registerAE2Recipes = (event) => {
C: 'ae2:logic_processor', C: 'ae2:logic_processor',
D: '#forge:gems/fluix' D: '#forge:gems/fluix'
}); });
//'ae2:void_card'
event.shapeless('ae2:void_card', ['ae2:basic_card','ae2:calculation_processor']);
//'ae2:equal_distribution_card'
event.shapeless('ae2:equal_distribution_card', ['ae2:advanced_card','ae2:calculation_processor']);
//'ae2:energy_card'
event.shapeless('ae2:energy_card', ['ae2:advanced_card','2x ae2:dense_energy_cell']
);
// Quartz Fixture // Quartz Fixture
event.shapeless(('ae2:quartz_fixture'), event.shapeless(('ae2:quartz_fixture'),
@ -277,10 +279,6 @@ const registerAE2Recipes = (event) => {
D: 'ae2:calculation_processor', D: 'ae2:calculation_processor',
E: 'ae2:charged_certus_quartz_crystal' E: 'ae2:charged_certus_quartz_crystal'
}); });
// Очистка шаблона
//event.shapeless('ae2:blank_pattern', ['ae2:crafting_pattern']);
// P2P Tunnel // P2P Tunnel
event.shaped('2x ae2:me_p2p_tunnel', [ event.shaped('2x ae2:me_p2p_tunnel', [
'ABA', 'ABA',
@ -319,28 +317,6 @@ const registerAE2Recipes = (event) => {
E: '#forge:plates/titanium' E: '#forge:plates/titanium'
}); });
// certus quartz cutting knife
event.shaped('ae2:certus_quartz_cutting_knife', [
' A',
'BA ',
'CC '
], {
A: '#tfc:can_be_lit_on_torch',
B: '#forge:rods/iron',
C: '#forge:gems/certus_quartz'
});
// nether quartz cutting knife'
event.shaped('ae2:nether_quartz_cutting_knife', [
' A',
'BA ',
'CC '
], {
A: '#tfc:can_be_lit_on_torch',
B: '#forge:rods/iron',
C: '#forge:gems/nether_quartz'
});
// Spatial Pylon // Spatial Pylon
event.shaped('ae2:spatial_pylon', [ event.shaped('ae2:spatial_pylon', [
'ABA', 'ABA',
@ -422,7 +398,9 @@ const registerAE2Recipes = (event) => {
//cable pattern provider //cable pattern provider
event.shapeless('ae2:pattern_provider', ['ae2:cable_pattern_provider']); event.shapeless('ae2:pattern_provider', ['ae2:cable_pattern_provider']);
event.shapeless('ae2:cable_pattern_provider', ['ae2:pattern_provider']); event.shapeless('ae2:cable_pattern_provider', ['ae2:pattern_provider']);
//toggle_bus
event.shapeless('ae2:toggle_bus', ['ae2:inverted_toggle_bus']);
event.shapeless('ae2:inverted_toggle_bus', ['ae2:toggle_bus']);
// ME Annihilation Plane // ME Annihilation Plane
event.shaped('ae2:annihilation_plane', [ event.shaped('ae2:annihilation_plane', [
@ -503,6 +481,19 @@ const registerAE2Recipes = (event) => {
F: '#forge:plates/steel', F: '#forge:plates/steel',
G: 'ae2:engineering_processor' G: 'ae2:engineering_processor'
}); });
//matter cannon
event.shaped('ae2:matter_cannon',[
'AAB',
'CD ',
'A '
], {
A: '#forge:plates/steel',
B: 'ae2:formation_core',
C: 'ae2:cell_component_4k',
D: 'ae2:dense_energy_cell'
});
//assembler //assembler
//glass cable //glass cable
@ -1584,6 +1575,45 @@ const registerAE2Recipes = (event) => {
.duration(20) .duration(20)
.EUt(7) .EUt(7)
}; };
//paint ball
//greg dye
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_PAINTBALL[i]+'gtceudye')
.itemInputs('8x ae2:matter_ball')
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 36))
.itemOutputs(global.AE2_PAINTBALL[i])
.duration(20)
.EUt(7)
};
//tfc dye
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_PAINTBALL[i]+'tfcdye')
.itemInputs('8x ae2:matter_ball')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 125))
.itemOutputs(global.AE2_PAINTBALL[i])
.duration(20)
.EUt(7)
};
//lumen paint ball
//greg dye
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_LUMEN_PAINTBALL[i]+'gtceudye')
.itemInputs('8x ae2:matter_ball')
.inputFluids(Fluid.of(global.GTCEU_LIQUID_DYE[i], 36))
.itemOutputs(global.AE2_LUMEN_PAINTBALL[i])
.duration(20)
.EUt(7)
};
//tfc dye
for (var i = 0; i < 16; i++) {
event.recipes.gtceu.chemical_bath(global.AE2_LUMEN_PAINTBALL[i]+'tfcdye')
.itemInputs('8x ae2:matter_ball')
.inputFluids(Fluid.of(global.TFC_LIQUID_DYE[i], 125))
.itemOutputs(global.AE2_LUMEN_PAINTBALL[i])
.duration(20)
.EUt(7)
};
// laser_engraver // laser_engraver
// Inscriber Silicon Press // Inscriber Silicon Press
@ -1619,8 +1649,10 @@ const registerAE2Recipes = (event) => {
.EUt(116) .EUt(116)
// //
// //
// НЕ ЗАБЫТЬ СДЕЛАТЬ FLUIX LENS ДЛЯ КРАФТА НИЖЕ (В 1 12 в крафте используется fluix lens) // НЕ ЗАБЫТЬ СДЕЛАТЬ FLUIX LENS ДЛЯ КРАФТА НИЖЕ
// так же надеюсь ты не забыл сделать жидкости для истин кварц и fluix, для крафта fluix pearl, fluix glass cable, fluix plate // (В 1 12 в крафте используется fluix lens)
// так же надеюсь ты не забыл сделать жидкости
//для истин кварц и fluix, для крафта fluix pearl, fluix glass cable, fluix plate
// сделать роды для quartz fiber // сделать роды для quartz fiber
// mixer.autoclave. // mixer.autoclave.
// Inscriber engineering Press // Inscriber engineering Press
@ -1721,7 +1753,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:view_cell') 'ae2:view_cell')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:item_storage_cell_1k') event.recipes.gtceu.packer('ae2:item_storage_cell_1k')
.itemInputs( .itemInputs(
@ -1730,7 +1762,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:item_storage_cell_1k') 'ae2:item_storage_cell_1k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:item_storage_cell_4k') event.recipes.gtceu.packer('ae2:item_storage_cell_4k')
.itemInputs( .itemInputs(
@ -1739,7 +1771,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:item_storage_cell_4k') 'ae2:item_storage_cell_4k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:item_storage_cell_16k') event.recipes.gtceu.packer('ae2:item_storage_cell_16k')
.itemInputs( .itemInputs(
@ -1748,7 +1780,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:item_storage_cell_16k') 'ae2:item_storage_cell_16k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:item_storage_cell_64k') event.recipes.gtceu.packer('ae2:item_storage_cell_64k')
.itemInputs( .itemInputs(
@ -1757,7 +1789,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:item_storage_cell_64k') 'ae2:item_storage_cell_64k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:item_storage_cell_256k') event.recipes.gtceu.packer('ae2:item_storage_cell_256k')
.itemInputs( .itemInputs(
@ -1766,7 +1798,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:item_storage_cell_256k') 'ae2:item_storage_cell_256k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_1k') event.recipes.gtceu.packer('ae2:fluid_storage_cell_1k')
@ -1776,7 +1808,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:fluid_storage_cell_1k') 'ae2:fluid_storage_cell_1k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_4k') event.recipes.gtceu.packer('ae2:fluid_storage_cell_4k')
.itemInputs( .itemInputs(
@ -1785,7 +1817,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:fluid_storage_cell_4k') 'ae2:fluid_storage_cell_4k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_16k') event.recipes.gtceu.packer('ae2:fluid_storage_cell_16k')
.itemInputs( .itemInputs(
@ -1794,7 +1826,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:fluid_storage_cell_16k') 'ae2:fluid_storage_cell_16k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_64k') event.recipes.gtceu.packer('ae2:fluid_storage_cell_64k')
.itemInputs( .itemInputs(
@ -1803,7 +1835,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:fluid_storage_cell_64k') 'ae2:fluid_storage_cell_64k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_256k') event.recipes.gtceu.packer('ae2:fluid_storage_cell_256k')
.itemInputs( .itemInputs(
@ -1812,7 +1844,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:fluid_storage_cell_256k') 'ae2:fluid_storage_cell_256k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_2') event.recipes.gtceu.packer('ae2:spatial_storage_cell_2')
@ -1822,7 +1854,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:spatial_storage_cell_2') 'ae2:spatial_storage_cell_2')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_16') event.recipes.gtceu.packer('ae2:spatial_storage_cell_16')
.itemInputs( .itemInputs(
@ -1831,7 +1863,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:spatial_storage_cell_16') 'ae2:spatial_storage_cell_16')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_128') event.recipes.gtceu.packer('ae2:spatial_storage_cell_128')
.itemInputs( .itemInputs(
@ -1840,7 +1872,7 @@ const registerAE2Recipes = (event) => {
.itemOutputs( .itemOutputs(
'ae2:spatial_storage_cell_128') 'ae2:spatial_storage_cell_128')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
.cleanroom(CleanroomType.CLEANROOM) .cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:view_cell_back') event.recipes.gtceu.packer('ae2:view_cell_back')
@ -1851,7 +1883,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'#forge:gems/certus_quartz') '#forge:gems/certus_quartz')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:item_storage_cell_1k_back') event.recipes.gtceu.packer('ae2:item_storage_cell_1k_back')
.itemInputs( .itemInputs(
@ -1860,7 +1892,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:cell_component_1k') 'ae2:cell_component_1k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:item_storage_cell_4k_back') event.recipes.gtceu.packer('ae2:item_storage_cell_4k_back')
.itemInputs( .itemInputs(
'ae2:item_storage_cell_4k') 'ae2:item_storage_cell_4k')
@ -1868,7 +1900,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:cell_component_4k') 'ae2:cell_component_4k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:item_storage_cell_16k_back') event.recipes.gtceu.packer('ae2:item_storage_cell_16k_back')
.itemInputs( .itemInputs(
'ae2:item_storage_cell_16k') 'ae2:item_storage_cell_16k')
@ -1876,7 +1908,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:cell_component_16k') 'ae2:cell_component_16k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:item_storage_cell_64k_back') event.recipes.gtceu.packer('ae2:item_storage_cell_64k_back')
.itemInputs( .itemInputs(
'ae2:item_storage_cell_64k') 'ae2:item_storage_cell_64k')
@ -1884,7 +1916,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:cell_component_64k') 'ae2:cell_component_64k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:item_storage_cell_256k_back') event.recipes.gtceu.packer('ae2:item_storage_cell_256k_back')
.itemInputs( .itemInputs(
'ae2:item_storage_cell_256k') 'ae2:item_storage_cell_256k')
@ -1892,7 +1924,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:cell_component_256k') 'ae2:cell_component_256k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_1k_back') event.recipes.gtceu.packer('ae2:fluid_storage_cell_1k_back')
.itemInputs( .itemInputs(
@ -1901,7 +1933,7 @@ const registerAE2Recipes = (event) => {
'ae2:fluid_cell_housing', 'ae2:fluid_cell_housing',
'ae2:cell_component_1k') 'ae2:cell_component_1k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_4k_back') event.recipes.gtceu.packer('ae2:fluid_storage_cell_4k_back')
.itemInputs( .itemInputs(
'ae2:fluid_storage_cell_4k') 'ae2:fluid_storage_cell_4k')
@ -1909,7 +1941,7 @@ const registerAE2Recipes = (event) => {
'ae2:fluid_cell_housing', 'ae2:fluid_cell_housing',
'ae2:cell_component_4k') 'ae2:cell_component_4k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_16k_back') event.recipes.gtceu.packer('ae2:fluid_storage_cell_16k_back')
.itemInputs( .itemInputs(
'ae2:fluid_storage_cell_16k') 'ae2:fluid_storage_cell_16k')
@ -1917,7 +1949,7 @@ const registerAE2Recipes = (event) => {
'ae2:fluid_cell_housing', 'ae2:fluid_cell_housing',
'ae2:cell_component_16k') 'ae2:cell_component_16k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_64k_back') event.recipes.gtceu.packer('ae2:fluid_storage_cell_64k_back')
.itemInputs( .itemInputs(
'ae2:fluid_storage_cell_64k') 'ae2:fluid_storage_cell_64k')
@ -1925,7 +1957,7 @@ const registerAE2Recipes = (event) => {
'ae2:fluid_cell_housing', 'ae2:fluid_cell_housing',
'ae2:cell_component_64k') 'ae2:cell_component_64k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:fluid_storage_cell_256k_back') event.recipes.gtceu.packer('ae2:fluid_storage_cell_256k_back')
.itemInputs( .itemInputs(
'ae2:fluid_storage_cell_256k') 'ae2:fluid_storage_cell_256k')
@ -1933,7 +1965,7 @@ const registerAE2Recipes = (event) => {
'ae2:fluid_cell_housing', 'ae2:fluid_cell_housing',
'ae2:cell_component_256k') 'ae2:cell_component_256k')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_2_back') event.recipes.gtceu.packer('ae2:spatial_storage_cell_2_back')
.itemInputs( .itemInputs(
@ -1942,7 +1974,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:spatial_cell_component_2') 'ae2:spatial_cell_component_2')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_16_back') event.recipes.gtceu.packer('ae2:spatial_storage_cell_16_back')
.itemInputs( .itemInputs(
'ae2:spatial_storage_cell_16') 'ae2:spatial_storage_cell_16')
@ -1950,7 +1982,7 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:spatial_cell_component_16') 'ae2:spatial_cell_component_16')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
event.recipes.gtceu.packer('ae2:spatial_storage_cell_128_back') event.recipes.gtceu.packer('ae2:spatial_storage_cell_128_back')
.itemInputs( .itemInputs(
'ae2:spatial_storage_cell_128') 'ae2:spatial_storage_cell_128')
@ -1958,17 +1990,154 @@ const registerAE2Recipes = (event) => {
'ae2:item_cell_housing', 'ae2:item_cell_housing',
'ae2:spatial_cell_component_128') 'ae2:spatial_cell_component_128')
.duration(10) .duration(10)
.EUt(7) .EUt(12)
//crafting storage
event.recipes.gtceu.packer('ae2:crafting_accelerator')
.itemInputs(
'ae2:crafting_unit',
'ae2:engineering_processor')
.itemOutputs(
'ae2:crafting_accelerator')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:1k_crafting_storage')
.itemInputs(
'ae2:crafting_unit',
'ae2:cell_component_1k')
.itemOutputs(
'ae2:1k_crafting_storage')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:4k_crafting_storage')
.itemInputs(
'ae2:crafting_unit',
'ae2:cell_component_4k')
.itemOutputs(
'ae2:4k_crafting_storage')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:16k_crafting_storage')
.itemInputs(
'ae2:crafting_unit',
'ae2:cell_component_16k')
.itemOutputs(
'ae2:16k_crafting_storage')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:64k_crafting_storage')
.itemInputs(
'ae2:crafting_unit',
'ae2:cell_component_64k')
.itemOutputs(
'ae2:64k_crafting_storage')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:256k_crafting_storage')
.itemInputs(
'ae2:crafting_unit',
'ae2:cell_component_256k')
.itemOutputs(
'ae2:256k_crafting_storage')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:crafting_monitor')
.itemInputs(
'ae2:crafting_unit',
'ae2:storage_monitor')
.itemOutputs(
'ae2:crafting_monitor')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:crafting_accelerator_back')
.itemInputs(
'ae2:crafting_accelerator')
.itemOutputs(
'ae2:crafting_unit',
'ae2:engineering_processor')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:1k_crafting_storage_back')
.itemInputs(
'ae2:1k_crafting_storage')
.itemOutputs(
'ae2:crafting_unit',
'ae2:cell_component_1k')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:4k_crafting_storage_back')
.itemInputs(
'ae2:4k_crafting_storage')
.itemOutputs(
'ae2:crafting_unit',
'ae2:cell_component_4k')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:16k_crafting_storage_back')
.itemInputs(
'ae2:16k_crafting_storage')
.itemOutputs(
'ae2:crafting_unit',
'ae2:cell_component_16k')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:64k_crafting_storage_back')
.itemInputs(
'ae2:64k_crafting_storage')
.itemOutputs(
'ae2:crafting_unit',
'ae2:cell_component_64k')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:256k_crafting_storage_back')
.itemInputs(
'ae2:256k_crafting_storage')
.itemOutputs(
'ae2:crafting_unit',
'ae2:cell_component_256k')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
event.recipes.gtceu.packer('ae2:crafting_monitor_back')
.itemInputs(
'ae2:crafting_monitor')
.itemOutputs(
'ae2:crafting_unit',
'ae2:storage_monitor')
.duration(10)
.EUt(12)
.cleanroom(CleanroomType.CLEANROOM)
//macerator //macerator
event.recipes.gtceu.macerator('ae2:fluix_dust') event.recipes.gtceu.macerator('ae2:fluix_dust')
.itemInputs( .itemInputs(
'#forge:gems/fluix') '#forge:gems/fluix')
.itemOutputs( .itemOutputs(
'ae2:fluix_dust') 'ae2:fluix_dust')
.duration(10) .duration(56)
.EUt(7) .EUt(2)
//extruder
event.recipes.gtceu.extruder('ae2:cable_anchor')
.itemInputs(
'#forge:plates/steel')
.notConsumable(
'gtceu:bolt_extruder_mold')
.itemOutputs(
'8x ae2:cable_anchor')
.duration(15)
.EUt(120)
} }

View file

@ -22,6 +22,8 @@ global.AE2_DISABLED_ITEMS = [
'ae2:fluix_pickaxe', 'ae2:fluix_pickaxe',
'ae2:entropy_manipulator', 'ae2:entropy_manipulator',
'ae2:charged_staff', 'ae2:charged_staff',
'#ae2:knife',
'ae2:name_press',
//budding //budding
'#forge:buds', '#forge:buds',
'ae2:flawless_budding_quartz', 'ae2:flawless_budding_quartz',
@ -61,6 +63,7 @@ global.AE2_DISABLED_ITEMS = [
'ae2:charger', 'ae2:charger',
'ae2:spatial_anchor', 'ae2:spatial_anchor',
'ae2:inscriber', 'ae2:inscriber',
'ae2:growth_accelerator',
//dust //dust
'ae2:silicon', 'ae2:silicon',
'ae2:certus_quartz_dust', 'ae2:certus_quartz_dust',
@ -170,45 +173,43 @@ global.AE2_SMART_DENSE_CABLE = [
'ae2:black_smart_dense_cable', 'ae2:black_smart_dense_cable',
] ]
/*
// Paint ball // Paint ball
global.AE2_paintBalls = [ global.AE2_PAINTBALL = [
item('appliedenergistics2:paint_ball'), 'ae2:white_paint_ball',
item('appliedenergistics2:paint_ball', 1), 'ae2:orange_paint_ball',
item('appliedenergistics2:paint_ball', 2), 'ae2:magenta_paint_ball',
item('appliedenergistics2:paint_ball', 3), 'ae2:light_blue_paint_ball',
item('appliedenergistics2:paint_ball', 4), 'ae2:yellow_paint_ball',
item('appliedenergistics2:paint_ball', 5), 'ae2:lime_paint_ball',
item('appliedenergistics2:paint_ball', 6), 'ae2:pink_paint_ball',
item('appliedenergistics2:paint_ball', 7), 'ae2:gray_paint_ball',
item('appliedenergistics2:paint_ball', 8), 'ae2:light_gray_paint_ball',
item('appliedenergistics2:paint_ball', 9), 'ae2:cyan_paint_ball',
item('appliedenergistics2:paint_ball', 10), 'ae2:purple_paint_ball',
item('appliedenergistics2:paint_ball', 11), 'ae2:blue_paint_ball',
item('appliedenergistics2:paint_ball', 12), 'ae2:brown_paint_ball',
item('appliedenergistics2:paint_ball', 13), 'ae2:green_paint_ball',
item('appliedenergistics2:paint_ball', 14), 'ae2:red_paint_ball',
item('appliedenergistics2:paint_ball', 15) 'ae2:black_paint_ball',
] ]
// Lumen paint ball // Lumen paint ball
global.AE2_paintBallsLumen = [ global.AE2_LUMEN_PAINTBALL = [
item('appliedenergistics2:paint_ball', 20), 'ae2:white_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 21), 'ae2:orange_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 22), 'ae2:magenta_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 23), 'ae2:light_blue_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 24), 'ae2:yellow_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 25), 'ae2:lime_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 26), 'ae2:pink_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 27), 'ae2:gray_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 28), 'ae2:light_gray_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 29), 'ae2:cyan_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 30), 'ae2:purple_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 31), 'ae2:blue_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 32), 'ae2:brown_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 33), 'ae2:green_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 34), 'ae2:red_lumen_paint_ball',
item('appliedenergistics2:paint_ball', 35) 'ae2:black_lumen_paint_ball',
] ]
*/