* fix nuclear line hardlock, move LSA mk2 and change ae2 recipes * small fix to recipe casing name * fix ostrum * Hide items from ExtendedAE * add quests * add langfile * some fix
17 lines
No EOL
575 B
JavaScript
17 lines
No EOL
575 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
global.EXTENDED_AE2_DISABLED_ITEMS = [
|
|
|
|
'expatternprovider:infinity_cell',
|
|
'expatternprovider:io_bus_upgrade',
|
|
'expatternprovider:ex_inscriber',
|
|
'expatternprovider:crystal_fixer',
|
|
|
|
'expatternprovider:ex_charger',
|
|
'expatternprovider:caner',
|
|
'expatternprovider:circuit_cutter',
|
|
'expatternprovider:silicon_block',
|
|
'expatternprovider:ex_crafting_terminal', // Allow to use an anvil so we remove it as it's pretty useless
|
|
'expatternprovider:wireless_hub' // I will add this one back one day (maybe IV or LuV)
|
|
] |