* AE2 Rework * Adding a universal Requester recipe * Lower tier of ME Requester * Fix ME Requester again * Fix for terminals Eu Tier * Adding fluix dust to the AE2 Cables * Add redstone to smart cable * Change for Processor, Cryo Fluix in the Vac and new Fluix Crystal method * Nerf moon processors * Fixes to resolve PR * Adding Pack/Unpack for colored cables * Adding Accumulation Press Recipe and fix Molecular Assembler
24 lines
No EOL
510 B
JavaScript
24 lines
No EOL
510 B
JavaScript
// priority: 0
|
|
|
|
global.MEGA_CELLS_DISABLED_ITEMS = [
|
|
'megacells:sky_steel_block',
|
|
'megacells:sky_steel_ingot',
|
|
|
|
'megacells:decompression_module',
|
|
'megacells:bulk_item_cell',
|
|
'megacells:bulk_cell_component',
|
|
'megacells:compression_card',
|
|
|
|
'megacells:cell_component_256m',
|
|
|
|
'megacells:item_storage_cell_256m',
|
|
|
|
'megacells:fluid_storage_cell_256m',
|
|
|
|
'megacells:portable_item_cell_256m',
|
|
,
|
|
'megacells:portable_fluid_cell_256m',
|
|
|
|
'megacells:256m_crafting_storage',
|
|
|
|
] |