From d35e86755a6f845d38d908de616f3fd80d8f1a13 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 16 Mar 2025 00:05:23 +0100 Subject: [PATCH] Remove temporary fix for crash due to "Wood Walls and floors" --- lignumis/prototypes/integrations/Wood-Walls.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lignumis/prototypes/integrations/Wood-Walls.lua b/lignumis/prototypes/integrations/Wood-Walls.lua index 782726a..d1f11d5 100644 --- a/lignumis/prototypes/integrations/Wood-Walls.lua +++ b/lignumis/prototypes/integrations/Wood-Walls.lua @@ -1,7 +1,4 @@ local recipe = data.raw.recipe["wooden-wall"] recipe.ingredients = { { type = "item", name = "lumber", amount = 4 } } recipe.results = { { type = "item", name = "wooden-wall", amount = 1 } } -recipe.category = "wood-processing-or-assembling" - --- https://mods.factorio.com/mod/Wood-Walls/discussion/679915cbb8bf3c84c65db404 -data.raw.corpse["woodenwall-remnants"].icon = "__Wood-Walls__/graphics/wooden-wall/wooden-wall.png" \ No newline at end of file +recipe.category = "wood-processing-or-assembling" \ No newline at end of file