Page 1 of 1

[0.16.36] In-game mod panel not show latest version of my mod

Posted: Mon Apr 09, 2018 2:17 pm
by jessefjxm
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. :shock:

In-game panel:
Image
Website:
Image

Re: [16.36] In-game mod panel not show latest version of my mod

Posted: Mon Apr 09, 2018 2:29 pm
by Loewchen
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

Posted: Fri Apr 13, 2018 1:06 pm
by chrisgbk
More specifically:

Change:

Code: Select all

"factorio_version":"0.16.30",
to:

Code: Select all

"factorio_version":"0.16",
in info.json.