I found this issue by my friend's complain that my mod https://mods.factorio.com/mod/fundamental_physics he got from in-game mod panel is at 0.2.0, while I've already upload 0.3.0 version of it. Mods work fine if we manually download from website. We're both at 0.16.36 so it shouldn't be version's fault.
In-game panel:
Website:
[0.16.36] In-game mod panel not show latest version of my mod
Re: [16.36] In-game mod panel not show latest version of my mod
You define your mod to only work with 0.16.30 of the base game from 0.2.1 on. Try if it works when removing that limit.
Re: [0.16.36] In-game mod panel not show latest version of my mod
More specifically:
Change:
to:
in info.json.
Change:
Code: Select all
"factorio_version":"0.16.30",
Code: Select all
"factorio_version":"0.16",