From 6f38b606947d14609c450e83ff462cad81bb2b6b Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 14 Feb 2025 21:12:16 +0100 Subject: [PATCH] Reapply "Remove fix for wooden walls" This reverts commit a556ff3e4b751357ccdcbf57b525ca0758cbdc6d. --- lignumis/info.json | 6 +++--- lignumis/prototypes/integrations/Wood-Walls.lua | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/lignumis/info.json b/lignumis/info.json index f870dbd..fe60ab8 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -7,8 +7,8 @@ "homepage": "https://discord.gg/5bevXf5W", "factorio_version": "2.0", "dependencies": [ - "base", - "space-age >= 2.0.28", + "base >= 2.0.33", + "space-age", "flib", "PlanetsLib >= 1.1.26", "astroponics >= 1.2.0", @@ -16,7 +16,7 @@ "mf-core >= 1.0.3", "mf-buildings >= 1.0.7", "mf-logistics >= 1.0.1", - "Wood-Walls >= 1.2.0", + "Wood-Walls >= 1.2.1", "pollution-as-surface-property", "?hot-metals >= 1.1.0", "?wood-military >= 2.3.3", diff --git a/lignumis/prototypes/integrations/Wood-Walls.lua b/lignumis/prototypes/integrations/Wood-Walls.lua index 479f2cd..7262078 100644 --- a/lignumis/prototypes/integrations/Wood-Walls.lua +++ b/lignumis/prototypes/integrations/Wood-Walls.lua @@ -1,6 +1,3 @@ local recipe = data.raw.recipe["wooden-wall"] recipe.ingredients = { { type = "item", name = "lumber", amount = 4 } } -recipe.results = { { type = "item", name = "wooden-wall", amount = 1 } } - --- 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.results = { { type = "item", name = "wooden-wall", amount = 1 } } \ No newline at end of file