diff --git a/hot-metals/compatibility/data.lua b/hot-metals/compatibility/data.lua index 789903e..2e9db77 100644 --- a/hot-metals/compatibility/data.lua +++ b/hot-metals/compatibility/data.lua @@ -1,4 +1,5 @@ local modList = { + "space-age", "aai-industry" } diff --git a/hot-metals/compatibility/space-age.lua b/hot-metals/compatibility/space-age.lua new file mode 100644 index 0000000..3ff9d89 --- /dev/null +++ b/hot-metals/compatibility/space-age.lua @@ -0,0 +1,12 @@ +table.insert(HotMetals.items, "holmium-plate") +table.insert(HotMetals.items, "iron-gear-wheel") +table.insert(HotMetals.items, "copper-cable") +table.insert(HotMetals.items, "iron-stick") +table.insert(HotMetals.items, "pipe") +table.insert(HotMetals.items, "pipe-to-ground") +table.insert(HotMetals.items, "tungsten-plate") +-- Disabled because of https://forums.factorio.com/viewtopic.php?f=7&t=123081 +--table.insert(HotMetals.items, "low-density-structure") + +table.insert(HotMetals.craftingCategories, "metallurgy") +table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy") \ No newline at end of file diff --git a/hot-metals/data.lua b/hot-metals/data.lua index 53b0d73..854ecb6 100644 --- a/hot-metals/data.lua +++ b/hot-metals/data.lua @@ -1,22 +1,11 @@ HotMetals = { items = { - "copper-cable", "copper-plate", - "holmium-plate", - "iron-gear-wheel", "iron-plate", - "iron-stick", - "pipe", - "pipe-to-ground", "steel-plate", - "tungsten-plate" - -- Disabled because of https://forums.factorio.com/viewtopic.php?f=7&t=123081 - --"low-density-structure" }, craftingCategories = { - "smelting", - "metallurgy", - "crafting-with-fluid-or-metallurgy" + "smelting" } } diff --git a/hot-metals/info.json b/hot-metals/info.json index 1f08fc5..3f63008 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -7,8 +7,7 @@ "homepage": "", "factorio_version": "2.0", "dependencies": [ - "base", - "space-age >= 2.0.0" + "base" ], - "space_travel_required": true + "spoiling_required": true } \ No newline at end of file