Revert "Reapply "Remove fix for wooden walls""

This reverts commit 6f38b60694.
This commit is contained in:
Simon Brodtmann 2025-02-23 22:08:20 +01:00
parent 0372a7cdbf
commit c67aaeb1b7
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,6 @@
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.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"