{ # Points toward the online master .version file. This mod works by comparing # the local and online version to see if there is a newer version available. # # The master file must be: # - Online (duh) # - Directly reachable (the URL goes to the raw file, not a redirect page) # - Permanently linked and editable without the URL itself changing # # Bitbucket, GitHub, and other online repositories make excellent hosts. # "masterVersionFile":"https://raw.githubusercontent.com/RaMK5-Bangle/Kazeron-Navarchy/main/Kazeron%20Navarchy/kazeron.version", # The name that is displayed in-game for your mod "modName":"Kazeron Navarchy", # The ID of the thread where updates to this mod can be found (optional). # This is used to launch directly to the forum thread from in the game. # The ID is the set of digits at the end of the forum thread URL before the dot. # For example: fractalsoftworks.com/forum/index.php?topic=8181.0 has an ID of 8181 "modThreadId":28861, # The current patch number # Notation is major.minor.patch; trailing zeros are ignored # This means version 2.1.0 shows up as v2.1, version 4.0.0 as v4, etc # If you use major.minor notation you can just leave patch as 0 "modVersion": { "major": 1, "minor": 7, "patch": 0 } }