From a6d201e212f220b9a65bc187bad9f09572f354bd Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Thu, 5 May 2022 22:38:15 +0200 Subject: [PATCH] ninja fix --- changelog.txt | 1 + migrations/248k-1.0.19.lua | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 migrations/248k-1.0.19.lua diff --git a/changelog.txt b/changelog.txt index bdd07aa..272cdfa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -14,6 +14,7 @@ Date: 05.5.2022 Bugfixes: - removed conditional requires which caused sync problems + - fixed bug with electric trains by shadoxxhd --------------------------------------------------------------------------------------------------- Version: 1.0.18 Date: 04.5.2022 diff --git a/migrations/248k-1.0.19.lua b/migrations/248k-1.0.19.lua new file mode 100644 index 0000000..d8f6781 --- /dev/null +++ b/migrations/248k-1.0.19.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