Remove fix for wooden walls

This commit is contained in:
Simon Brodtmann 2025-02-12 21:06:53 +01:00
parent db39c855eb
commit 5df24103a0
2 changed files with 2 additions and 5 deletions

View file

@ -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",

View file

@ -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"
recipe.results = { { type = "item", name = "wooden-wall", amount = 1 } }