Ice Ore


The mod adds Ice-Ore, hard snow as frozen water.

Content
2 years ago
0.15 - 1.1
2.17K
Mining

b [Resolved] [0.2.2] Electric melter recipe not enabled if installed after researching AMP2. Missing migration.

Qon β˜†
4 years ago

I can't find the electric melter. I have it enabled in startup settings. I've searched for "melt" with Ctrl+F in the recipe window. Recipe explorer shows that the electric ice melter recipe doesn't exist , but the entity is found. The Recipe "Advanced Material Processing 2" is researched.

The fix is easy. Just make a file in "migrations" directory called something like "IceOre_0.2.3.lua" with the code:

for _,force in pairs(game.forces) do
    force.recipes["electric-ice-melter"].enabled = force.technologies["advanced-material-processing-2"].researched
end

And it will work.

4 years ago
(updated 4 years ago)

Thanks, didn't expect that, some mod makes force.reset_recipes() and I haven't this issue.

New response