blob: da10c5b938a8c5adfaa358310f98c967a5fbe881 (
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": "PlaceHolder name",
"packId": "placeholdername",
"version": "1.0.0",
"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
}
}
|