update to 1.0.29
This commit is contained in:
parent
9c0354b756
commit
139111bed9
3 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.29
|
Version: 1.0.29
|
||||||
Date: 08.06.2022
|
Date: 29.06.2022
|
||||||
Features:
|
Features:
|
||||||
- added option for legacy icons on rare metals
|
- added option for legacy icons on rare metals
|
||||||
- added new miner tiers and upgrade items
|
- added new miner tiers and upgrade items
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "248k",
|
"name": "248k",
|
||||||
"version": "1.0.28",
|
"version": "1.0.29",
|
||||||
"title": "248k Mod",
|
"title": "248k Mod",
|
||||||
"author": "PreLeyZero",
|
"author": "PreLeyZero",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
|
|
5
migrations/248k-1.0.29.lua
Normal file
5
migrations/248k-1.0.29.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