{ # 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. # "masterVersionFile":"https://raw.githubusercontent.com/boggledstarsector/tasc/main/boggled_TSC.version", # The name that is displayed in-game for your mod "modName":"Terraforming & Station Construction", # 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: https://fractalsoftworks.com/forum/index.php?topic=8181.0 has a modThreadId of 8181 "modThreadId":17094, # The ID of the NexusMods page for this mod (optional) # This is used to launch directly to the NexusMods page from in the game. # The ID is the number at the end of the mod's NexusMods page's URL # For example: https://www.nexusmods.com/starsector/mods/3 has a modNexusId of 3 # "modNexusId":3, # 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":9, "minor":1, "patch":4 # Can be a number, character or string (1, 2, a, b, "-RC2", etc) } }