summaryrefslogtreecommitdiff
path: root/groovy/runConfig.json
blob: 83d941506cae394dc5e4842d0ba3128716e847c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "packName": "Gregtech Atomic Frontiers",
  "packId": "gtaf",
  "version": "0.0.1",
  "debug": false,
  "classes": {
    "preInit": []
  },
  "loaders": {
    "preInit": [
      "preInit/"
    ],
    "postInit": [
      "postInit/"
    ]
  },
  "packmode": {
    "values": [],
    "default": "",
    "_comment": "By default the packmode is not synced with the packmode mod. You can enable integration, but you can no longer change packmode on the fly.",
    "integratePackmodeMod": false
  }
}