diff --git a/hot-metals/compatibility/space-age.lua b/hot-metals/compatibility/space-age.lua index 2cdad45..1cc643d 100644 --- a/hot-metals/compatibility/space-age.lua +++ b/hot-metals/compatibility/space-age.lua @@ -5,8 +5,7 @@ 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.items, "low-density-structure") table.insert(HotMetals.craftingCategories, "metallurgy") table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy") diff --git a/hot-metals/data.lua b/hot-metals/data.lua index aa33894..40da972 100644 --- a/hot-metals/data.lua +++ b/hot-metals/data.lua @@ -2,7 +2,7 @@ HotMetals = { items = { "copper-plate", "iron-plate", - "steel-plate", + "steel-plate" }, craftingCategories = { "smelting"