Temporary fix for crash due to "Wood Walls and floors"

This commit is contained in:
Simon Brodtmann 2025-01-29 18:57:25 +01:00
parent 786ef7b621
commit d33eb0a319

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 } }
-- https://mods.factorio.com/mod/Wood-Walls/discussion/679915cbb8bf3c84c65db404
data.raw.corpse["woodenwall-remnants"].icon = "__Wood-Walls__/graphics/wooden-wall/wooden-wall.png"