forked from cacklingfiend/lignumis
Temporary fix for crash due to "Wood Walls and floors"
This commit is contained in:
parent
786ef7b621
commit
d33eb0a319
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue