Skip to content

Taskeren/ForgedVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForgedVersion

MinecraftForge-styled Versioning

Forge Version Json

{
  "homepage": "<homepage/download page for your mod>",
  "<channel>": {
    "<build-version>": "<changelog for this version>", 
    // List all versions of your mod for the given Minecraft version, along with their changelogs
    // ...
  },
  "promos": {
    "<channel>-latest": "<build-version>",
    // Declare the latest "bleeding-edge" version of your mod for the given Minecraft version
    "<channel>-recommended": "<build-version>",
    // Declare the latest "stable" version of your mod for the given Minecraft version
    // ...
  }
}