diff --git a/SeaBlock/changelog.txt b/SeaBlock/changelog.txt index 532d1e9..1fa18dd 100644 --- a/SeaBlock/changelog.txt +++ b/SeaBlock/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.5.15 +Date: ??? + Bugfixes: + - Fixed Landfill tech being automatically researched #312 +--------------------------------------------------------------------------------------------------- Version: 0.5.14 Date: 22.12.2023 Changes: diff --git a/SeaBlock/control.lua b/SeaBlock/control.lua index 1eeaa28..50b1423 100644 --- a/SeaBlock/control.lua +++ b/SeaBlock/control.lua @@ -58,7 +58,7 @@ local function init() end end global.unlocks = { - ["angels-ore3-crushed"] = { "sb-startup1", "bio-wood-processing", "landfill" }, + ["angels-ore3-crushed"] = { "sb-startup1", "bio-wood-processing" }, ["basic-circuit-board"] = { "sb-startup3", "sct-lab-t1" }, } if game.technology_prototypes["sct-automation-science-pack"] then diff --git a/SeaBlock/info.json b/SeaBlock/info.json index 3512776..f564f73 100644 --- a/SeaBlock/info.json +++ b/SeaBlock/info.json @@ -1,6 +1,6 @@ { "name": "SeaBlock", - "version": "0.5.14", + "version": "0.5.15", "factorio_version": "1.1", "title": "Sea Block", "author": "Trainwreck",