forked from cacklingfiend/lignumis
parent
cfe1f40c5a
commit
6f38b60694
2 changed files with 4 additions and 7 deletions
|
|
@ -1,6 +1,3 @@
|
|||
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"
|
||||
recipe.results = { { type = "item", name = "wooden-wall", amount = 1 } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue