Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ luac.out
*.i*86
*.x86_64
*.hex
*.zip
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---------------------------------------------------------------------------------------------------
Version: 2026.06.23
Date: ???
Features:
- Update to factorio v2.1
---------------------------------------------------------------------------------------------------
Version: 2025.01.23
Date: 23. 01. 2025
Features:
- Update to factorio v2.0
---------------------------------------------------------------------------------------------------
Version: 2023.03.24
Date: 24. 03. 2023
Bugfixes:
Expand Down
6 changes: 3 additions & 3 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "LSlib",
"version": "2023.03.24",
"factorio_version": "1.1",
"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"
]
}