Remove temporary fix for crash due to "Wood Walls and floors"
This commit is contained in:
parent
12fdcbcb90
commit
d35e86755a
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue