Compare commits
No commits in common. "cfe1f40c5a95e2bb19edc608c2065aa7b4c66f09" and "336d351d76123677f3a922ab7ec344d55adbf013" have entirely different histories.
cfe1f40c5a
...
336d351d76
3 changed files with 3 additions and 11 deletions
|
@ -1,9 +1,4 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.14
|
||||
Date: 14.02.2025
|
||||
Changes:
|
||||
- Add compatibility to stable Factorio version again
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.13
|
||||
Date: 13.02.2025
|
||||
Changes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lignumis",
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.13",
|
||||
"title": "Lignumis",
|
||||
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
|
||||
"author": "cackling fiend",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"mf-core >= 1.0.3",
|
||||
"mf-buildings >= 1.0.7",
|
||||
"mf-logistics >= 1.0.1",
|
||||
"Wood-Walls >= 1.2.0",
|
||||
"Wood-Walls >= 1.2.1",
|
||||
"pollution-as-surface-property",
|
||||
"?hot-metals >= 1.1.0",
|
||||
"?wood-military >= 2.3.3",
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue