Skip to content

Commit

Permalink
Landfill being automatically researched #312
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 23, 2023
1 parent d7c7dc5 commit b2f5261
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions SeaBlock/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion SeaBlock/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SeaBlock/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SeaBlock",
"version": "0.5.14",
"version": "0.5.15",
"factorio_version": "1.1",
"title": "Sea Block",
"author": "Trainwreck",
Expand Down

0 comments on commit b2f5261

Please sign in to comment.