Page 1 of 1

Updating my mod to 0.13

Posted: Thu Jul 07, 2016 4:15 am
by Peter34
Long ago (late last year?) I made a mod for my own personal use, that changed a few recipes, to make the game balance somewhat better.

What exactly is it I have to do to update that mod to alpha 0.13?
Where can I find the grand "How to update your mod to alpha 13"-guide text?

Re: Updating my mod to 0.13

Posted: Thu Jul 07, 2016 7:13 am
by prg
Mod changes in 0.13

You now need "factorio_version": "0.13" in info.json.

If the mod only changes recipes but has no control.lua, there shouldn't be much to do. Just some prototypes mentioned in the above post got renamed that you need to take care of if you were referencing them. Then start game with the mod, see what still breaks, fix it, repeat.