From 5a1e208c2b131c81bbb6883741476030dcaaedec Mon Sep 17 00:00:00 2001 From: pla Date: Wed, 22 Jan 2025 20:31:35 +0100 Subject: [PATCH 1/2] initial update for Factorio 2.0 --- .gitignore | 1 + changelog.txt | 5 +++++ info.json | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89d85f9..bff360e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ luac.out *.i*86 *.x86_64 *.hex +*.zip diff --git a/changelog.txt b/changelog.txt index 2c7c5c5..33af720 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2025.01.23 +Date: 23. 01. 2025 + Features: + - Update to factorio v2.0 +--------------------------------------------------------------------------------------------------- Version: 2023.03.24 Date: 24. 03. 2023 Bugfixes: diff --git a/info.json b/info.json index c9629e1..23b9600 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name": "LSlib", - "version": "2023.03.24", - "factorio_version": "1.1", + "version": "2025.01.22", + "factorio_version": "2.0", "title": "Lovely_santa's library of knowledge", "author": "lovely_santa", "contact": "https://mods.factorio.com/mod/LSlib/discussion", From 194928a54435c1e5955725aa8c4f59d8d1f3198e Mon Sep 17 00:00:00 2001 From: pla Date: Tue, 23 Jun 2026 18:52:03 +0200 Subject: [PATCH 2/2] update for Factorio 2.1 --- changelog.txt | 5 +++++ info.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 33af720..5be1ae2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2026.06.23 +Date: ??? + Features: + - Update to factorio v2.1 +--------------------------------------------------------------------------------------------------- Version: 2025.01.23 Date: 23. 01. 2025 Features: diff --git a/info.json b/info.json index 23b9600..760ed15 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "LSlib", - "version": "2025.01.22", - "factorio_version": "2.0", + "version": "2026.06.23", + "factorio_version": "2.1", "title": "Lovely_santa's library of knowledge", "author": "lovely_santa", "contact": "https://mods.factorio.com/mod/LSlib/discussion", "description": "Library used by mods created by lovely_santa", "dependencies": [ - "base >= 1.1.5" + "base >= 2.1.0" ] }