compat: Dropped incompatibility flag for Space Age.

This commit is contained in:
Nicholas Gower 2025-07-05 22:15:35 -07:00
parent 56ce101987
commit bf7969b917

View file

@ -8,13 +8,13 @@
"description": "Provides useful buildings and items, like the Bio Farm for growing trees. Solar Farm and Large Accumulator to make your electric setup easier. Bio Fuel section to produce organic plastic and batteries. Lots of New Wood Products, like the big electric pole, wooden pipes, dart turret. Plant trees using seedlings. Change terrain from deserts to grasslands using Fertilizer - helps trees grow better. And a lot more… Please visit the homepage on the forums for more information and feedback.", "description": "Provides useful buildings and items, like the Bio Farm for growing trees. Solar Farm and Large Accumulator to make your electric setup easier. Bio Fuel section to produce organic plastic and batteries. Lots of New Wood Products, like the big electric pole, wooden pipes, dart turret. Plant trees using seedlings. Change terrain from deserts to grasslands using Fertilizer - helps trees grow better. And a lot more… Please visit the homepage on the forums for more information and feedback.",
"dependencies": [ "dependencies": [
"base >= 2.0.55", "base >= 2.0.55",
"? space-age",
"kry_stdlib >= 2.0.6", "kry_stdlib >= 2.0.6",
"? alien-biomes", "? alien-biomes",
"? Krastorio2", "? Krastorio2",
"(?) angelspetrochem", "(?) angelspetrochem",
"(?) Transport_Drones", "(?) Transport_Drones",
"(?) Natural_Evolution_Buildings", "(?) Natural_Evolution_Buildings",
"(?) Natural_Evolution_Enemies", "(?) Natural_Evolution_Enemies"
"!space-age"
] ]
} }