diff --git a/changelog.txt b/changelog.txt index 1406301..d575e67 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ --------------------------------------------------------------------------------------------------- Version: 1.0.29 -Date: 08.06.2022 +Date: 29.06.2022 Features: - added option for legacy icons on rare metals - added new miner tiers and upgrade items diff --git a/info.json b/info.json index 05c0dd6..37fd767 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "248k", - "version": "1.0.28", + "version": "1.0.29", "title": "248k Mod", "author": "PreLeyZero", "factorio_version": "1.1", diff --git a/migrations/248k-1.0.29.lua b/migrations/248k-1.0.29.lua new file mode 100644 index 0000000..d8f6781 --- /dev/null +++ b/migrations/248k-1.0.29.lua @@ -0,0 +1,5 @@ +for _, force in pairs(game.forces) do + force.reset_recipes() + force.reset_technologies() + force.reset_technology_effects() +end \ No newline at end of file