py compatibility with jetpack
This commit is contained in:
parent
ade23d7b2a
commit
766a3c5b68
4 changed files with 12 additions and 3 deletions
|
|
@ -67,3 +67,7 @@ if mods["Hover-Car"] then
|
|||
util.steel_to_titanium(data.raw.recipe["hover-car-mk2-recipe"].expensive)
|
||||
end
|
||||
|
||||
-- Just a general compatiblity improvement with py alien life enabled alongside jetpack or other equipment mods
|
||||
if mods["pyalienlife"] then
|
||||
util.remove_prerequisite("modular-armor", "advanced-electronics")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue