Skip to content

1.2 Patcher Release

Compare
Choose a tag to compare
@goldbattle goldbattle released this 27 May 14:28
· 18 commits to development since this release

Updated Features:

  • Allows for optional branch management.
  • Add a second line to your externalconfig.txt for branch.json
  • Allows for specifying different modded branches
  • See example below:
{
"branches": {
    "1.6.x Branch": {
      "name": "1.6.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.6.x).json"
    },
    "1.5.x Branch": {
      "name": "1.5.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.5.x).json"
    },
    "1.4.x Branch": {
      "name": "1.4.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.4.x).json"
    },
    "1.3.x-pre Branch": {
      "name": "1.3.x-pre mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.3.x).json"
    }}}