Started by
RedWirePlatinum
on
Topic category: Help with MCreator software
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
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
// ...
}
}