From e3fc03ca355e7c236b0fe2926d5759708560b24c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 2 Dec 2024 22:18:38 +0100 Subject: [PATCH] Remove hot LDS https://mods.factorio.com/mod/hot-metals/discussion/6746f0fd5bc83f10673c60c7 --- hot-metals/prototypes/item.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hot-metals/prototypes/item.lua b/hot-metals/prototypes/item.lua index 6748043..7643f24 100644 --- a/hot-metals/prototypes/item.lua +++ b/hot-metals/prototypes/item.lua @@ -25,7 +25,8 @@ createHotVariant("holmium-plate") createHotVariant("iron-gear-wheel") createHotVariant("iron-plate") createHotVariant("iron-stick") -createHotVariant("low-density-structure") +-- Disabled because of https://forums.factorio.com/viewtopic.php?f=7&t=123081 +--createHotVariant("low-density-structure") createHotVariant("pipe") createHotVariant("pipe-to-ground") createHotVariant("steel-plate")