Skip to content

Commit

Permalink
Release v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Sep 9, 2021
2 parents eceb240 + 5901fcb commit 5438b8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.12.5
Date: 09. 09. 2021
Bugfixes:
- Fixed save migration issue if playing with the Walls and Gates setting disabled
---------------------------------------------------------------------------------------------------
Version: 0.12.4
Date: 09. 09. 2021
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dectorio",
"version": "0.12.4",
"version": "0.12.5",
"title": "Dectorio",
"author": "PantherX",
"contact": "",
Expand Down
5 changes: 4 additions & 1 deletion migrations/0.12.3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ for index, force in pairs(game.forces) do
force.reset_technologies()

local rec = force.recipes
rec["dect-wood-wall"].enabled = true

if settings.startup["dectorio-walls"].value then
rec["dect-wood-wall"].enabled = true
end
end

0 comments on commit 5438b8f

Please sign in to comment.