diff --git a/prototypes/updates/pyalienlife-updates.lua b/prototypes/updates/pyalienlife-updates.lua index 818c06f..d61d4a8 100644 --- a/prototypes/updates/pyalienlife-updates.lua +++ b/prototypes/updates/pyalienlife-updates.lua @@ -9,3 +9,9 @@ TECHNOLOGY("biopolymer"):remove_prereq("biotech") RECIPE("phosphoric-acid3"):replace_category("chemistry", "bio-reactor") RECIPE("formica"):replace_ingredient("creosote", {type = "item", name = "saps", amount = 10}) RECIPE("urea2"):add_unlock("auog-2") + +py.mod_data.farm_buildings["cadaveric-arum"] = {default_module = "cadaveric-arum", domain = "plant"} +py.mod_data.farm_buildings["antelope-enclosure"] = {default_module = "antelope", domain = "animal"} +py.mod_data.farm_buildings["kicalk-plantation"] = {default_module = "kicalk", domain = "plant"} +py.mod_data.farm_buildings["moondrop-greenhouse"] = {default_module = "moondrop", domain = "plant"} +py.mod_data.farm_buildings["wpu-turd"] = {default_module = "py-sawblade-module-mk01", domain = "plant"} \ No newline at end of file