Revert "Remove hot LDS"

See https://forums.factorio.com/123081
This commit is contained in:
Simon Brodtmann 2025-02-04 22:15:14 +01:00
parent 19012408a5
commit 562ed9dd76
2 changed files with 2 additions and 3 deletions

View file

@ -5,8 +5,7 @@ table.insert(HotMetals.items, "iron-stick")
table.insert(HotMetals.items, "pipe") table.insert(HotMetals.items, "pipe")
table.insert(HotMetals.items, "pipe-to-ground") table.insert(HotMetals.items, "pipe-to-ground")
table.insert(HotMetals.items, "tungsten-plate") 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, "metallurgy")
table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy") table.insert(HotMetals.craftingCategories, "crafting-with-fluid-or-metallurgy")

View file

@ -2,7 +2,7 @@ HotMetals = {
items = { items = {
"copper-plate", "copper-plate",
"iron-plate", "iron-plate",
"steel-plate", "steel-plate"
}, },
craftingCategories = { craftingCategories = {
"smelting" "smelting"