Fix renamings
This commit is contained in:
parent
2da1776bba
commit
0770535edd
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
local util = require("data-util");
|
local util = require("data-util");
|
||||||
|
|
||||||
if mods["248k"] then
|
if mods["248k-Redux"] then
|
||||||
local ti2 = "fi_materials_titan"
|
local ti2 = "fi_materials_titan"
|
||||||
|
|
||||||
-- Swap out all 248k titanium for BZ titanium_plate
|
-- Swap out all 248k titanium for BZ titanium_plate
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ end
|
||||||
|
|
||||||
-- Just a general compatiblity improvement with py alien life enabled alongside jetpack or other equipment mods
|
-- Just a general compatiblity improvement with py alien life enabled alongside jetpack or other equipment mods
|
||||||
if mods["pyalienlife"] then
|
if mods["pyalienlife"] then
|
||||||
util.remove_prerequisite("modular-armor", "advanced-electronics")
|
util.remove_prerequisite("modular-armor", "advanced-circuit")
|
||||||
end
|
end
|
||||||
|
|
||||||
if not mods.bzaluminum then
|
if not mods.bzaluminum then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue