Skip to content

Commit 8714766

Browse files
authored
AE2 and addons changes (#252)
AE2 balancing fixes - Addon updates - Expanded AE recipes and addition - 1M storage component skip
1 parent 4341184 commit 8714766

13 files changed

Lines changed: 112 additions & 61 deletions

File tree

config/ftbquests/quests/chapters/applied_energistics.snbt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,6 @@
14221422
{
14231423
dependencies: ["0A1DB46E5375B995"]
14241424
id: "478A02E7D8C0A1C8"
1425-
invisible: true
14261425
tasks: [{
14271426
id: "4E8FEE68E8397840"
14281427
item: "expandedae:exp_crafting_accelerator_4"
@@ -1632,7 +1631,6 @@
16321631
{
16331632
dependencies: ["0C82D20AA1B8A33B"]
16341633
id: "6820C607C25AE859"
1635-
invisible: true
16361634
tasks: [{
16371635
id: "76B22CA34DBF4917"
16381636
item: "expandedae:exp_io_port"
@@ -1644,7 +1642,6 @@
16441642
{
16451643
dependencies: ["6D441C650137BD6D"]
16461644
id: "2519DA28EADD47D4"
1647-
invisible: true
16481645
tasks: [{
16491646
id: "7C66519BF801C80D"
16501647
item: "expandedae:exp_pattern_provider"
@@ -1665,6 +1662,19 @@
16651662
x: 1.0d
16661663
y: -9.0d
16671664
}
1665+
{
1666+
dependencies: ["29FCED9F85FB2882"]
1667+
description: ["{ftbquests.chapter.applied_energistics.quest97.description1}"]
1668+
id: "334AE7B73C221920"
1669+
tasks: [{
1670+
id: "3CAA8DC4BE329DE5"
1671+
item: "megacells:cell_component_1m"
1672+
type: "item"
1673+
}]
1674+
title: "{ftbquests.chapter.applied_energistics.quest96.title}"
1675+
x: -7.0d
1676+
y: -9.0d
1677+
}
16681678
]
16691679
title: "{ftbquests.chapter.applied_energistics.title}"
16701680
}

kubejs/assets/ftbquestlocalizer/lang/en_us.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
"ftbquests.chapter.applied_energistics.quest93.task_2011593273419260163.title": "Extended Machines",
153153
"ftbquests.chapter.applied_energistics.quest94.task_8554392751382782788.title": "positioner",
154154
"ftbquests.chapter.applied_energistics.quest95.title": "Assembler Matrix",
155+
"ftbquests.chapter.applied_energistics.quest96.title": "1M Mega Storage Component Skip",
156+
"ftbquests.chapter.applied_energistics.quest97.description1": "Now that you have access to LuV circuits, you can craft 1M components with a cheaper recipe.",
155157
"ftbquests.chapter.applied_energistics.title": "Applied Energistics",
156158
"ftbquests.chapter.automation_age.quest1.description1": "Welcome to §6HV§r.",
157159
"ftbquests.chapter.automation_age.quest1.subtitle": "First HV circuit",

kubejs/assets/gtceu/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,7 @@
11241124
"material.gtceu.gold_skystone_alloy": "Gold Skystone Alloy",
11251125
"material.gtceu.diamond_skystone_alloy": "Diamond Skystone Alloy",
11261126
"material.gtceu.certus_quartz_skystone_alloy": "Certus Quartz Skystone Alloy",
1127+
"material.gtceu.fluix": "Fluix",
11271128
"material.gtceu.fluix_steel": "Fluix Steel",
11281129
"material.gtceu.netherite_gold_skystone_alloy": "Netherite-Gold Skystone Alloy",
11291130
"material.gtceu.netherite_certus_quartz_skystone_alloy": "Netherite-Certus Quartz Skystone Alloy",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/generated",
3+
"textures": {
4+
"layer0": "gtceu:item/material_sets/fluix/lens"
5+
}
6+
}
708 Bytes
Loading

kubejs/assets/kubejs/lang/en_us.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"item.kubejs.draco_chip": "§5Draco§r-Doped Chip",
154154

155155
"item.kubejs.ae2_soc_wafer": "AE2 SoC Wafer",
156-
"item.kubejs.ae2_soc": "AE2 SoC",
156+
"item.kubejs.ae2_soc_wafer.tooltip": "Raw Applied Circuit",
157+
"item.kubejs.ae2_soc_chip": "AE2 SoC",
158+
"item.kubejs.ae2_soc_chip.tooltip": "Applied System on Chip",
159+
"item.kubejs.fluix_lens": "Fluix Lens",
157160
"item.kubejs.3d_nand_chip": "3D-NAND Memory Chip Array",
158161
"item.kubejs.3d_nand_chip.tooltip": "§7Complex NAND Logic Gate",
159162
"item.kubejs.3d_nor_chip": "3D-NOR Memory Chip Array",

kubejs/server_scripts/gregification/ae2/components.js

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,24 +176,32 @@ ServerEvents.recipes(event => {
176176
.EUt(128);
177177
});
178178

179-
// [// free lenses: white, l_gray, lime
180-
// {type: 'naquadah', n: 1, time: 900, volt: 'ev'},
181-
// {type: 'neutronium', n: 4, time: 500, volt: 'iv'},
182-
// {type: 'draco', n: 16, time: 200, volt: 'uv'}
183-
// ].forEach(wafer => {
184-
// event.recipes.gtceu.laser_engraver(id(`engrave_ae2_soc_${wafer.type}`))
185-
// .itemInputs(`gtceu:${wafer.type}_wafer`)
186-
// .notConsumable('#forge:lenses/magenta')
187-
// .itemOutputs(`${wafer.n}x kubejs:ae2_soc_wafer`)
188-
// .duration(wafer.time)
189-
// .EUt(global.va[wafer.volt]);
190-
// });
179+
[// free lenses: white, l_gray, lime, magenta
180+
{type: 'naquadah', n: 1, time: 900, voltage: 'ev'},
181+
{type: 'neutronium', n: 2, time: 500, voltage: 'iv'},
182+
{type: 'draco', n: 8, time: 200, voltage: 'luv'}
183+
].forEach(wafer => {
184+
const { type, n, time, voltage} = wafer
185+
event.recipes.gtceu.laser_engraver(id(`engrave_ae2_soc_${type}`))
186+
.itemInputs(`${(type == 'naquadah' || type == 'neutronium') ? 'gtceu' : 'kubejs'}:${type}_wafer`)
187+
.notConsumable('gtceu:fluix_lens')
188+
.itemOutputs(`${n}x kubejs:ae2_soc_wafer`)
189+
.duration(time)
190+
.EUt(global.va[voltage]);
191+
});
191192

192-
// event.recipes.gtceu.cutter(id('ae2_soc'))
193-
// .itemInputs('kubejs:ae2_soc_wafer')
194-
// .itemOutputs('6x kubejs:ae2_soc')
195-
// .duration(900)
196-
// .EUt(global.va['ev']);
193+
event.recipes.gtceu.cutter(id('ae2_soc_chip'))
194+
.itemInputs('kubejs:ae2_soc_wafer')
195+
.itemOutputs('6x kubejs:ae2_soc_chip')
196+
.duration(900)
197+
.EUt(global.va['ev']);
198+
199+
event.recipes.gtceu.chemical_bath(id('fluix_lens'))
200+
.itemInputs('gtceu:sapphire_lens')
201+
.inputFluids('gtceu:fluix_steel 144')
202+
.itemOutputs('gtceu:fluix_lens')
203+
.duration(900)
204+
.EUt(global.va['ev']);
197205

198206
// [
199207
// {circuit: 'logic', material: 'gold'},

kubejs/server_scripts/gregification/ae2/machinery.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ ServerEvents.recipes(event => {
4747
assemblerfluid('ex_interface', 'expatternprovider:ex_interface', ['megacells:mega_interface', '4x ae2:calculation_processor', '#gtceu:circuits/ev', '4x gtceu:double_certus_quartz_skystone_alloy_plate'],'sky_steel 576', 2048);
4848
assemblerfluid('ex_pattern_provider', 'expatternprovider:ex_pattern_provider', ['megacells:mega_pattern_provider', '4x ae2:calculation_processor', '#gtceu:circuits/ev', '4x gtceu:double_gold_skystone_alloy_plate'],'sky_steel 576', 2048);
4949

50-
// assemblerfluid('expanded_pattern_provider','expandedae:exp_pattern_provider', ['expatternprovider:ex_pattern_provider', '4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192);
50+
assemblerfluid('expanded_pattern_provider','expandedae:exp_pattern_provider', ['expatternprovider:ex_pattern_provider', '4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192);
5151

5252
['molecular_assembler', 'drive', 'io_port'].forEach(type => {
5353
extended(`${type}`, `${type}`);
5454
});
5555

56-
// assemblerfluid_rem('expanded_io_port','expandedae:exp_io_port', ['expatternprovider:ex_io_port', '4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192);
56+
assemblerfluid_rem('expanded_io_port','expandedae:exp_io_port', ['expatternprovider:ex_io_port', '4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192);
5757

5858
['import_bus', 'export_bus'].forEach(type => {
5959
assemblerfluid_rem(`extended_${type}_part`, `expatternprovider:ex_${type}_part`,[`ae2:${type}`, '4x ae2:calculation_processor', '#gtceu:circuits/ev', '4x gtceu:certus_quartz_skystone_alloy_plate','4x gtceu:gold_skystone_alloy_plate'],'sky_steel 576', 2048);
@@ -384,6 +384,7 @@ ServerEvents.recipes(event => {
384384
assembler_rem('quantum_ring', 'ae2:quantum_ring', ['gtceu:tungsten_carbide_frame', 'gtceu:ev_field_generator', 'gtceu:ev_emitter', 'gtceu:quantum_star', '6x gtceu:double_fluix_steel_plate'], 2048);
385385

386386
assemblerfluid_rem('mega_energy_cell', 'megacells:mega_energy_cell', ['gtceu:netherite_gold_skystone_alloy_frame', '8x ae2:dense_energy_cell', 'gtceu:lapotronic_energy_orb'], 'fluix_steel 576', 8192);
387+
assemblerfluid_rem('expanded_energy_cell', 'expandedae:exp_energy_cell', ['gtceu:void_frame', '8x megacells:mega_energy_cell', 'gtceu:max_battery', '6x gtceu:stellarium_plate'], 'netherite_gold_skystone_alloy 1152', 983040);
387388

388389
assemblerfluid_rem('mega_crafting_unit','megacells:mega_crafting_unit',['gtceu:netherite_certus_quartz_skystone_alloy_frame', '8x ae2:crafting_unit','#gtceu:circuits/iv'],'fluix_steel 576',8192);
389390

@@ -398,7 +399,7 @@ ServerEvents.recipes(event => {
398399
assemblerfluid_rem('interface_upgrade','expatternprovider:interface_upgrade',['8x ae2:calculation_processor','#gtceu:circuits/hv','#gtceu:circuits/ev','8x gtceu:diamond_skystone_alloy_plate','4x gtceu:double_certus_quartz_skystone_alloy_plate'],'sky_steel 1152',2048, 1);
399400
assemblerfluid_rem('pattern_provider_upgrade','expatternprovider:pattern_provider_upgrade',['8x ae2:calculation_processor','#gtceu:circuits/hv','#gtceu:circuits/ev','8x gtceu:diamond_skystone_alloy_plate','4x gtceu:double_gold_skystone_alloy_plate'],'sky_steel 1152',2048, 1);
400401

401-
// assemblerfluid_rem('expanded_pattern_provider_upgrade','expandedae:exp_pattern_provider_upgrade', ['4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192, 1);
402+
assemblerfluid_rem('expanded_pattern_provider_upgrade','expandedae:exp_pattern_provider_upgrade', ['expatternprovider:pattern_provider_upgrade', '4x ae2:engineering_processor', '#gtceu:circuits/iv', '8x gtceu:netherite_certus_quartz_skystone_alloy_plate'],'fluix_steel 576', 8192, 1);
402403

403404
assemblerfluid_rem('assembler_matrix_frame','expatternprovider:assembler_matrix_frame',['gtceu:plascrete','2x ae2:fluix_smart_dense_cable','4x gtceu:ruthenium_plate'],'fluix_steel 576',2048);
404405
assemblerfluid_rem('assembler_matrix_wall','expatternprovider:assembler_matrix_wall',['gtceu:plascrete','4x ae2:fluix_smart_cable','2x gtceu:ruthenium_plate'],'fluix_steel 576',2048);

kubejs/server_scripts/gregification/ae2/removals.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ ServerEvents.recipes(event => {
1313
'ae2:transform/fluix_crystal', 'ae2:transform/certus_quartz_crystals', 'ae2:network/cables/covered_fluix', 'ae2:network/parts/quartz_fiber_part',
1414
'ae2:network/cables/glass_fluix', 'ae2:network/parts/cable_anchor', /expatternprovider:cutter.*/, 'create:mixing/compat/ae2/fluix_crystal',
1515
'expatternprovider:oversize_interface', 'megacells:network/mega_interface', 'megacells:network/mega_pattern_provider', 'expatternprovider:ei',
16-
'expatternprovider:epp', 'ae2:network/blocks/pattern_providers_interface', 'ae2:network/blocks/interfaces_interface'/*, 'expandedae:crafting/exp_pattern_provider'*/
16+
'expatternprovider:epp', 'ae2:network/blocks/pattern_providers_interface', 'ae2:network/blocks/interfaces_interface', 'expandedae:crafting/exp_pattern_provider',
17+
'expandedae:crafting/exp_crafting_unit_mega'
1718
].forEach(element => {
1819
event.remove({ id: element});
1920
});

kubejs/server_scripts/gregification/ae2/storage_cells.js

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ ServerEvents.recipes(event => {
1818
.inputFluids('gtceu:soldering_alloy 144')
1919
.itemOutputs(`ae2:${type}_storage_cell_${tier}k`)
2020
.duration(400)
21-
.EUt(128);
21+
.EUt(120);
2222

2323
event.recipes.gtceu.canner(id(`${type}_storage_cell_${tier}k`))
2424
.itemInputs(`ae2:${type}_cell_housing`, `ae2:cell_component_${tier}k`)
2525
.itemOutputs(`ae2:${type}_storage_cell_${tier}k`)
2626
.duration(400)
27-
.EUt(128);
27+
.EUt(120);
2828

2929
event.recipes.gtceu.packer(id(`${type}_cell_${tier}k_uncrafting`))
3030
.itemInputs(`ae2:${type}_storage_cell_${tier}k`)
@@ -40,13 +40,13 @@ ServerEvents.recipes(event => {
4040
.inputFluids('gtceu:fluix_steel 576')
4141
.itemOutputs(`megacells:${type}_storage_cell_${tier}m`)
4242
.duration(400)
43-
.EUt(8192*tier);
43+
.EUt(7680);
4444

4545
event.recipes.gtceu.canner(id(`${type}_storage_cell_${tier}m`))
4646
.itemInputs(`megacells:mega_${type}_cell_housing`, `megacells:cell_component_${tier}m`)
4747
.itemOutputs(`megacells:${type}_storage_cell_${tier}m`)
4848
.duration(400)
49-
.EUt(8192*tier);
49+
.EUt(7680);
5050

5151
event.recipes.gtceu.packer(id(`${type}_cell_${tier}m_uncrafting`))
5252
.itemInputs(`megacells:${type}_storage_cell_${tier}m`)
@@ -87,7 +87,7 @@ ServerEvents.recipes(event => {
8787
.itemInputs('ae2:crafting_unit', `ae2:cell_component_${tier}k`)
8888
.itemOutputs(`ae2:${tier}k_crafting_storage`)
8989
.duration(200)
90-
.EUt(128);
90+
.EUt(120);
9191

9292
event.recipes.gtceu.packer(id(`crafting_storage_${tier}k_uncrafting`))
9393
.itemInputs(`ae2:${tier}k_crafting_storage`)
@@ -102,7 +102,7 @@ ServerEvents.recipes(event => {
102102
.itemInputs('megacells:mega_crafting_unit', `megacells:cell_component_${tier}m`)
103103
.itemOutputs(`megacells:${tier}m_crafting_storage`)
104104
.duration(200)
105-
.EUt(128);
105+
.EUt(120);
106106

107107
event.recipes.gtceu.packer(id(`crafting_storage_${tier}m_uncrafting`))
108108
.itemInputs(`megacells:${tier}m_crafting_storage`)
@@ -113,46 +113,53 @@ ServerEvents.recipes(event => {
113113

114114
};
115115

116-
/*const expandedAccelerator = (tier) => {
116+
const transformerDict = {
117+
'4': ['ulv', 1, 'wrought_iron'],
118+
'16': ['lv', 2, 'steel'],
119+
'64': ['mv', 4, 'aluminium'],
120+
'256': ['hv', 8, 'stainless_steel'],
121+
'1k': ['ev', 16, 'titanium'],
122+
'4k': ['iv', 32, 'tungsten_steel'],
123+
'16k': ['luv', 64, 'rhodium_plated_palladium'],
124+
'64k': ['zpm', 128, 'naquadah_alloy'],
125+
'256k': ['uv', 256, 'darmstadtium'],
126+
'1m': ['uhv', 512, 'neutronium']
127+
};
128+
129+
const expandedAccelerator = (tier) => {
117130
const suffixList = ['', 'k', 'm'];
118131
[0, 1].forEach(suffixPos => {
119132
const previous = `${tier == 1 ? 256 : tier / 4}${suffixList[suffixPos]}`;
120133
const lower = `${tier == 1 ? 512 : tier / 2}${suffixList[suffixPos]}`;
121134
const current = `${tier}${tier == 1 ? suffixList[suffixPos + 1] : suffixList[suffixPos]}`;
122135

123-
const transformerDict = {
124-
'4': [GTValues.VHA[GTValues.ULV], 1],
125-
'16': [GTValues.VHA[GTValues.LV], 2],
126-
'64': [GTValues.VHA[GTValues.MV], 4],
127-
'256': [GTValues.VHA[GTValues.HV], 8],
128-
'1k': [GTValues.VHA[GTValues.EV], 16],
129-
'4k': [GTValues.VHA[GTValues.IV], 32],
130-
'16k': [GTValues.VHA[GTValues.LuV], 64],
131-
'64k': [GTValues.VHA[GTValues.ZPM], 128],
132-
'256k': [GTValues.VHA[GTValues.UV], 256],
133-
'1m': [GTValues.VHA[GTValues.UHV], 512]
134-
};
136+
const voltage = transformerDict[current][0]
137+
const previousAcceleratorCraft = suffixPos == 0 && tier == 4 ? 'ae2:crafting_accelerator' : `expandedae:exp_crafting_accelerator_${previous}`
138+
const lowerAccelerator = `expandedae:exp_crafting_accelerator_${lower}`
139+
const currentAccelerator = `expandedae:exp_crafting_accelerator_${current}`
135140

136-
event.remove({output: `expandedae:exp_crafting_accelerator_${lower}`});
141+
event.remove({output: lowerAccelerator});
137142

138-
event.shapeless(`2x expandedae:exp_crafting_accelerator_${lower}`, `expandedae:exp_crafting_accelerator_${current}`).id(`start:shapeless/exp_crafting_accelerator_${current}_uncompressing`);
143+
event.shapeless(`2x ${lowerAccelerator}`, currentAccelerator).id(`start:shapeless/exp_crafting_accelerator_${current}_uncompressing`);
139144

140145
event.recipes.gtceu.me_assembler(id(`exp_crafting_accelerator_${current}`))
141-
.itemInputs(`3x ${suffixPos == 0 && tier == 4 ? 'ae2:crafting_accelerator' : `expandedae:exp_crafting_accelerator_${previous}`}`, `4x gtceu:${suffixPos == 1 ? 'netherite_' : ''}certus_quartz_skystone_alloy_plate`)
142-
.inputFluids(`gtceu:fluix_steel ${72 * transformerDict[current][1]}`)
143-
.itemOutputs(`expandedae:exp_crafting_accelerator_${current}`)
146+
.itemInputs(`gtceu:${transformerDict[current][2]}_frame`, `3x ${previousAcceleratorCraft}`, `#gtceu:circuits/${voltage}`, `6x gtceu:${suffixPos == 1 ? 'netherite_' : ''}certus_quartz_skystone_alloy_plate`)
147+
.inputFluids(`gtceu:fluix_steel ${9 * transformerDict[current][1]}`)
148+
.itemOutputs(currentAccelerator)
144149
.duration(200)
145-
.EUt(transformerDict[current][0]);
150+
.EUt(global.vha[voltage]);
146151
});
147-
};*/
152+
};
153+
154+
event.shapeless('expandedae:exp_crafting_accelerator_4', 'megacells:mega_crafting_accelerator').id('start:shapeless/mega_crafting_accelerator_deprecation');
148155

149156
[1, 4, 16, 64, 256].forEach(tier => {
150157
packaging(tier, 'item', 'certus_quartz');
151158
packaging(tier, 'fluid', 'gold');
152159

153160
craftingStorage(tier);
154161

155-
// expandedAccelerator(tier);
162+
expandedAccelerator(tier);
156163
});
157164

158165
const canner = (output, catalyst, Mega) => {
@@ -161,7 +168,7 @@ ServerEvents.recipes(event => {
161168
.itemInputs('ae2:crafting_unit', `ae2:${catalyst}`)
162169
.itemOutputs(`ae2:crafting_${output}`)
163170
.duration(200)
164-
.EUt(128);
171+
.EUt(120);
165172

166173
event.recipes.gtceu.packer(id(`crafting_${output}_uncrafting`))
167174
.itemInputs(`ae2:crafting_${output}`)
@@ -176,7 +183,7 @@ ServerEvents.recipes(event => {
176183
.itemInputs('megacells:mega_crafting_unit', `ae2:${catalyst}`)
177184
.itemOutputs(`megacells:mega_crafting_${output}`)
178185
.duration(200)
179-
.EUt(128);
186+
.EUt(120);
180187

181188
event.recipes.gtceu.packer(id(`mega_crafting_${output}_uncrafting`))
182189
.itemInputs(`megacells:mega_crafting_${output}`)
@@ -187,7 +194,7 @@ ServerEvents.recipes(event => {
187194
}
188195
};
189196

190-
canner('accelerator', 'engineering_processor', true);
197+
canner('accelerator', 'engineering_processor', false);
191198
canner('monitor', 'storage_monitor', true);
192199

193200
['2', '16', '128'].forEach(tier => {
@@ -197,13 +204,13 @@ ServerEvents.recipes(event => {
197204
.inputFluids('gtceu:soldering_alloy 144')
198205
.itemOutputs(`ae2:spatial_storage_cell_${tier}`)
199206
.duration(400)
200-
.EUt(128);
207+
.EUt(120);
201208

202209
event.recipes.gtceu.canner(id(`spatial_storage_cell_${tier}`))
203210
.itemInputs('ae2:item_cell_housing', `ae2:spatial_cell_component_${tier}`)
204211
.itemOutputs(`ae2:spatial_storage_cell_${tier}`)
205212
.duration(400)
206-
.EUt(128);
213+
.EUt(120);
207214

208215
event.recipes.gtceu.packer(id(`spatial_cell_${tier}_uncrafting`))
209216
.itemInputs(`ae2:spatial_storage_cell_${tier}`)
@@ -220,7 +227,7 @@ ServerEvents.recipes(event => {
220227
.itemOutputs('megacells:mega_item_cell_housing')
221228
.duration(400)
222229
.circuit(2)
223-
.EUt(2048);
230+
.EUt(1920);
224231

225232
event.remove({id: 'megacells:cells/mega_fluid_cell_housing'});
226233
event.recipes.gtceu.assembler(id('mega_fluid_cell_housing'))
@@ -229,6 +236,6 @@ ServerEvents.recipes(event => {
229236
.itemOutputs('megacells:mega_fluid_cell_housing')
230237
.duration(400)
231238
.circuit(1)
232-
.EUt(2048);
239+
.EUt(1920);
233240

234241
});

0 commit comments

Comments
 (0)