k2 tungsten ++ fix
This commit is contained in:
parent
c0343c1c00
commit
514e4917bc
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Version: 1.2.10
|
|||
Date: 2022-12-27
|
||||
Fixes:
|
||||
- 248k + LootingRemnants startup fix, thanks to SrConrabo
|
||||
- Attempt a fix for K2+SE, and some other mods, when used without Tungsten
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.9
|
||||
Date: 2022-12-24
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ if not mods.bztungsten then
|
|||
|
||||
util.remove_ingredient("lightning-turret", "tungsten")
|
||||
util.remove_prerequisite("lightning-turrets", "tungsten-processing")
|
||||
if mods.Krastorio2 then
|
||||
util.remove_raw("recipe", "kr-vc-tungsten")
|
||||
end
|
||||
end
|
||||
|
||||
if mods.Krastorio2 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue