-
Notifications
You must be signed in to change notification settings - Fork 13
Main Configuration
Harvey Husky edited this page May 10, 2025
·
2 revisions
config/asyncparticles/asyncparticles.json
{
"particle": {
"particleLimit": 16384,
"particleLightCache": true
},
"tick": {
"animationTickMode": "INTERRUPTIBLE",
"particleTickMode": "INTERRUPTIBLE",
"failPerSecLimit": 5,
"failBehavior": "RAISE_CRASH",
"suppressCME": false
},
"rendering": {
"cullParticles": true,
"particleRenderingMode": "COMPATIBILITY",
"failPerSecLimit": 20,
"failBehavior": "MARK_AS_SYNC"
},
"valkyrienSkies": {
"rainEffect": "STATIONARY",
"fixParticleLights": true
},
"create": {
"rainEffect": "ALWAYS"
}
}- Available values:
INTERRUPTIBLE,FORCE_COMPLETE,SYNCHRONOUSLY.
- Available values:
DELAYED,COMPATIBILITY,SYNCHRONOUSLY.
- Available values:
RAISE_CRASH,MARK_AS_SYNC.
- Available values:
NONE(Not impl yet),STATIONARY,ALWAYS.