Nuclear fix (#3015)

* 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
This commit is contained in:
TomPlop 2026-02-09 13:13:09 -05:00 committed by GitHub
parent 792f524884
commit 3a3d502265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 84 additions and 30 deletions

View file

@ -11,5 +11,7 @@ global.EXTENDED_AE2_DISABLED_ITEMS = [
'expatternprovider:ex_charger',
'expatternprovider:caner',
'expatternprovider:circuit_cutter',
'expatternprovider:silicon_block'
'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)
]