Jump to content

[1.9] Can't get the built-in Version Checker working


ThexXTURBOXx

Recommended Posts

Hello guys ^^

 

I can't get Forge's version checker working.

I haven't tested it outside of Eclipse (but that shouldn't change anything I think...).

Here's my version.json (Yes, I have tested it on GitHub, too):

http://femtopedia.de/col_version.json

Here is the relevant code:

@Mod(modid = COLMod.ID, version = COLMod.VERSION, name = COLMod.NAME, updateJSON = "http://femtopedia.de/col_version.json")
public class COLMod {
public static final String NAME = "Craft of Luck";
        public static final String ID = "craftofluck";
        public static final String VERSION = "0.0.1";
...
}

 

Do I have to change anything?

 

Thanks ^^

ThexXTURBOXx

Bringing the best mod back alive! Our mod REFORGED!

Balkon's Weapons for 1.8: https://github.com/TheOnlySilverClaw/Reforged/releases

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.