migration

This commit is contained in:
PreLeyZero 2022-05-13 11:03:38 +02:00
parent c716b99bd5
commit 5855d79edf
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Date: 13.5.2022
- all building icons are now brighter - all building icons are now brighter
- lowerd volume of some machines - lowerd volume of some machines
- made combined matter cheaper - made combined matter cheaper
- added another exotic kovarex recipe
- reduced stack sizes of energy crystals and diesel fuels - reduced stack sizes of energy crystals and diesel fuels
- increased stack size of neutron canisters - increased stack size of neutron canisters
- adjusted fusion reactor fluid inputs - adjusted fusion reactor fluid inputs

View file

@ -0,0 +1,5 @@
for _, force in pairs(game.forces) do
force.reset_recipes()
force.reset_technologies()
force.reset_technology_effects()
end