update to 1.0.12
This commit is contained in:
parent
ab99ddc2b9
commit
3b29042e9d
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.11
|
Version: 1.0.12
|
||||||
Date: 13.4.2022
|
Date: 13.4.2022
|
||||||
Features:
|
Features:
|
||||||
- updated ru locale thanks to Astorin
|
- updated ru locale thanks to Astorin
|
||||||
|
|
5
migrations/248k-1.0.12.lua
Normal file
5
migrations/248k-1.0.12.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
for _, force in pairs(game.forces) do
|
||||||
|
force.reset_recipes()
|
||||||
|
force.reset_technologies()
|
||||||
|
force.reset_technology_effects()
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue