Files
meatballcraft/config/FermionEnv/environment.json
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

14 lines
504 B
JSON

{
"dump": {
"__comment": "Whether classes transformed by this class transformer should be dumped to disk",
"enabled": false
},
"emergency_mode": {
"__comment": "If emergency mode is enabled, no transformers will load. Can be used for debugging, but DO NOT TURN IT ON!",
"enabled": false
},
"disable_jar_copying": {
"__comment": "Disables the JAR copying feature. This feature is necessary for Fermion to load correctly. Disabling it is not wise.",
"enabled": false
}
}