py compatibility with jetpack

This commit is contained in:
Brevven 2021-01-16 20:35:04 -08:00
parent ade23d7b2a
commit 766a3c5b68
4 changed files with 12 additions and 3 deletions

View file

@ -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