From b38fddac27357c4274069717c89512aa37ccb471 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 7 Jan 2025 23:15:58 +0100 Subject: [PATCH 1/2] Add missing changes in changelog --- lignumis/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index f3eaf43..73a2acf 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -9,6 +9,10 @@ Date: 07.01.2025 - Balance "noise" pollution - Move 2 damage research levels to Lignumis - Adjust vanilla technologies + - Add compatibility with hot metals + Bug Fixes: + - Fix too slow belt animation + - Fix initial fuel for all burner inserters --------------------------------------------------------------------------------------------------- Version: 0.0.4 Date: 06.01.2025 From cb3638b21627a65b41d47aac9295d01047472734 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 7 Jan 2025 23:16:26 +0100 Subject: [PATCH 2/2] Remove temporary incompatibility with wood-logistics --- lignumis/changelog.txt | 5 +++++ lignumis/info.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index 73a2acf..4523e2e 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.0.6 +Date: 08.01.2025 + Changes: + - Remove temporary incompatibility with wood-logistics +--------------------------------------------------------------------------------------------------- Version: 0.0.5 Date: 07.01.2025 Changes: diff --git a/lignumis/info.json b/lignumis/info.json index 37c7f6f..2d87956 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -14,7 +14,6 @@ "Wood-Walls >= 1.2.0", "mf-buildings >= 0.1.0", "mf-logistics >= 0.1.0", - "?hot-metals", - "!wood-logistics" + "?hot-metals" ] } \ No newline at end of file