Krastorio 2 DLC Mech Armor

by LePheel

Adds Mech Armor to the higher-tier Krastorio 2 power armor. Requires Space Age to be purchased.

Content
8 months ago
2.0
280
Factorio: Space Age Icon Space Age Mod
Combat Armor

g Port to 2.1

a month ago
(updated a month ago)

For 2.1 compatibility, in addition to updating info.json, the following change to mech-armor-animations.lua worked for me:

Change the "if animation.armors and flib_table.find(animation.armors, "power-armor-mk2") then" to check for mk3,
change the index = flib_table.find(animation.armors, "power-armor-mk3") to search for kr-power-armor-mk3,
and then instead of flib_table.remove, use table.remove.

Same for mk4.

New response