From 562ed9dd7681fd097c9e4bf2938607863acad9d7 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 4 Feb 2025 22:15:14 +0100 Subject: [PATCH] Revert "Remove hot LDS" See https://forums.factorio.com/123081 --- hot-metals/compatibility/space-age.lua | 3 +-- hot-metals/data.lua | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"