- disable space age & quality
- install krastorio 2
- add this in a data-final-fixes.lua:
Code: Select all
data.raw.pump["kr-steel-pump"].animations["north"].layers = {
data.raw.pump["kr-steel-pump"].animations["north"]
}
Code: Select all
data.raw.pump["kr-steel-pump"].animations["north"].layers = {
table.deepcopy(data.raw.pump["kr-steel-pump"].animations["north"])
}
Edit: boskid made me realize i should have used this, but it's still bad it crashed to desktop without a log in the way that it did:
Code: Select all
data.raw.pump["kr-steel-pump"].animations["north"] = {layers = {
data.raw.pump["kr-steel-pump"].animations["north"]
}}