Remove temporary fix for crash due to "Wood Walls and floors"

This commit is contained in:
Simon Brodtmann 2025-03-16 00:05:23 +01:00
parent 12fdcbcb90
commit d35e86755a

View file

@ -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"
recipe.category = "wood-processing-or-assembling"