I'm sure this must have been covered before, but my search foo has failed. With the release of Factorio 0.18, it renders any mods with 0.17 major version incompatible. My little effort was originally created for 0.17.xx series and has been tested on 0.18 and found to be working fine. However, I cannot seem to find a way to make it compatible with both versions, or indeed any prior version. The only method I can see is to release multiple versions of the mod for each major version of the game by editing info.json accordingly. This seems rather cumbersome. Have I missed a trick?
What I've tried:
- "factorio_version": "> 0.17"
- "factorio_version": ">= 0.17"
- No factorio version (defaults to 0.12)
Any ideas?