Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com> Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com> Co-authored-by: Sylvia <skraman1999@gmail.com> Co-authored-by: windyknight <windyknight@users.noreply.github.com> Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com> [BREAKING]
31 lines
447 B
JSON
31 lines
447 B
JSON
{
|
|
"packName": "Nomi-CEu",
|
|
"packId": "nomiceu",
|
|
"version": "1.0.0",
|
|
"debug": false,
|
|
"classes": {
|
|
"preInit": [
|
|
"classes/preInit/"
|
|
],
|
|
"init": [
|
|
"classes/init"
|
|
],
|
|
"postInit": [
|
|
"classes/postInit"
|
|
]
|
|
},
|
|
"loaders": {
|
|
"preInit": [
|
|
"preInit/"
|
|
],
|
|
"init": [
|
|
"init/"
|
|
],
|
|
"postInit": [
|
|
"postInit/Initial",
|
|
"postInit/Post-Initial",
|
|
"postInit/"
|
|
]
|
|
}
|
|
}
|