* gt7 removed credits/coins * port gregtech additions to java * add eslint locally * add style linting * switch target ECMA standard * run linter * clean up a bunch of linter errors * remove outdated greate API calls * forgot about the TFC multi compat issue * reverted greate recipe removals * some more linting stuff * fix some issues with greenhouse recipes * fix up some material stuff * fix recipe types * - Fixed single block machine rendering (#1465) * minor fixes and changes --------- Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
24 lines
No EOL
522 B
JavaScript
24 lines
No EOL
522 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
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',
|
|
|
|
] |