lignumis compat

This commit is contained in:
Brevven 2025-02-09 13:32:56 -08:00
parent ee4191f637
commit 7e99170f27
3 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.1.4
Date: 2025-02-08
Fixes:
- Fix start of game soft lock with Lignumis mod
---------------------------------------------------------------------------------------------------
Version: 2.1.3 Version: 2.1.3
Date: 2025-02-01 Date: 2025-02-01
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bzzirconium", "name": "bzzirconium",
"version": "2.1.3", "version": "2.1.4",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Zirconium", "title": "Zirconium",
"author": "Brevven", "author": "Brevven",

View file

@ -303,6 +303,10 @@ data:extend({
}) })
util.add_unlock("recycling", "sort-zircon-stone") util.add_unlock("recycling", "sort-zircon-stone")
util.add_unlock("recycling", "sort-stone-zircon") util.add_unlock("recycling", "sort-stone-zircon")
if mods.lignumis then
util.set_enabled("sort-zircon-stone", true)
util.set_enabled("sort-stone-zircon", true)
end
end end
if mods["space-age"] then if mods["space-age"] then