forked from cacklingfiend/lignumis
Revert "Reapply "Remove fix for wooden walls""
This reverts commit 6f38b60694
.
This commit is contained in:
parent
0372a7cdbf
commit
c67aaeb1b7
2 changed files with 7 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
||||||
"homepage": "https://discord.gg/5bevXf5W",
|
"homepage": "https://discord.gg/5bevXf5W",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 2.0.33",
|
"base",
|
||||||
"space-age",
|
"space-age >= 2.0.28",
|
||||||
"flib",
|
"flib",
|
||||||
"PlanetsLib >= 1.1.26",
|
"PlanetsLib >= 1.1.26",
|
||||||
"astroponics >= 1.2.0",
|
"astroponics >= 1.2.0",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"mf-core >= 1.0.3",
|
"mf-core >= 1.0.3",
|
||||||
"mf-buildings >= 1.0.7",
|
"mf-buildings >= 1.0.7",
|
||||||
"mf-logistics >= 1.0.1",
|
"mf-logistics >= 1.0.1",
|
||||||
"Wood-Walls >= 1.2.1",
|
"Wood-Walls >= 1.2.0",
|
||||||
"pollution-as-surface-property",
|
"pollution-as-surface-property",
|
||||||
"bioprocessing-tab",
|
"bioprocessing-tab",
|
||||||
"?hot-metals >= 1.1.0",
|
"?hot-metals >= 1.1.0",
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
local recipe = data.raw.recipe["wooden-wall"]
|
local recipe = data.raw.recipe["wooden-wall"]
|
||||||
recipe.ingredients = { { type = "item", name = "lumber", amount = 4 } }
|
recipe.ingredients = { { type = "item", name = "lumber", amount = 4 } }
|
||||||
recipe.results = { { type = "item", name = "wooden-wall", amount = 1 } }
|
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