migration + ingot adjustment

This commit is contained in:
PreLeyZero 2022-06-18 00:10:22 +02:00
parent e872ac9a55
commit 24ff2f6073
3 changed files with 13 additions and 8 deletions

View file

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