modded7/overrides/groovy/runConfig.json
Integer Limit 2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
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]
2024-03-24 23:45:47 +11:00

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/"
]
}
}