From a556ff3e4b751357ccdcbf57b525ca0758cbdc6d Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 14 Feb 2025 21:07:22 +0100 Subject: [PATCH 1/2] Revert "Remove fix for wooden walls" This reverts commit 5df24103a06b0a9bcc22b99ce1b1831b4cc8fa3a. --- lignumis/info.json | 2 +- lignumis/prototypes/integrations/Wood-Walls.lua | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lignumis/info.json b/lignumis/info.json index 284f016..5f8ef2a 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -16,7 +16,7 @@ "mf-core >= 1.0.3", "mf-buildings >= 1.0.7", "mf-logistics >= 1.0.1", - "Wood-Walls >= 1.2.1", + "Wood-Walls >= 1.2.0", "pollution-as-surface-property", "?hot-metals >= 1.1.0", "?wood-military >= 2.3.3", diff --git a/lignumis/prototypes/integrations/Wood-Walls.lua b/lignumis/prototypes/integrations/Wood-Walls.lua index 7262078..479f2cd 100644 --- a/lignumis/prototypes/integrations/Wood-Walls.lua +++ b/lignumis/prototypes/integrations/Wood-Walls.lua @@ -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 } } \ No newline at end of file +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" \ No newline at end of file From cfe1f40c5a95e2bb19edc608c2065aa7b4c66f09 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 14 Feb 2025 21:09:20 +0100 Subject: [PATCH 2/2] 1.0.14 --- lignumis/changelog.txt | 5 +++++ lignumis/info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index 58ce704..dbc6902 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +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: diff --git a/lignumis/info.json b/lignumis/info.json index 5f8ef2a..f870dbd 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -1,6 +1,6 @@ { "name": "lignumis", - "version": "1.0.13", + "version": "1.0.14", "title": "Lignumis", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", "author": "cackling fiend",