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

Bugs that are actually features.
Post Reply
jessefjxm
Inserter
Inserter
Posts: 37
Joined: Wed Mar 14, 2018 1:45 am
Contact:

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

Post 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

Loewchen
Global Moderator
Global Moderator
Posts: 8319
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

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

Post 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.

chrisgbk
Long Handed Inserter
Long Handed Inserter
Posts: 92
Joined: Mon Jan 02, 2017 4:31 am
Contact:

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

Post by chrisgbk »

More specifically:

Change:

Code: Select all

"factorio_version":"0.16.30",
to:

Code: Select all

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

Post Reply

Return to “Not a bug”