Update checker help

Started by RedWirePlatinum on

Topic category: Help with MCreator software

Last seen on 00:54, 24. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Update checker help

So.. I just now saw that you can do a mod update check thing if you link a json file url in your mods workspace. All I really wanna know is.. well.. am I formatting this correctly? I basically just copied this off of the forge wiki.

I have the JSON url link to this: https://raw.githubusercontent.com/RedWirePlatinumTwo/RedWiresMinecraftMod/main/UpdateChecker.json

Last seen on 00:54, 24. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
udate i just deleted it…
Mon, 10/31/2022 - 20:55

udate i just deleted it cause eh, but heres what the json file looked like:
{

"homepage": "<https://github.com/RedWirePlatinumTwo/RedWiresMinecraftMod>",

"<mcversion>": {

"<modversion>": "<https://github.com/RedWirePlatinumTwo/RedWiresMinecraftMod/wiki/Changelog>",

// List all versions of your mod for the given Minecraft version, along with their changelogs

// ...

},

"promos": {

"<mcversion>-latest": "<3.18.5>",

// Declare the latest "bleeding-edge" version of your mod for the given Minecraft version

"<mcversion>-recommended": "<3.18.5>",

// Declare the latest "stable" version of your mod for the given Minecraft version

// ...

}

}