All checks were successful
Deploy to Remote Server / deploy (push) Successful in 23s
31 lines
703 B
JSON
31 lines
703 B
JSON
{
|
|
"version": 1,
|
|
"particle": {
|
|
"particleLimit": 16384,
|
|
"removeIfMissedTick": false,
|
|
"particleLightCache": true,
|
|
"cullUnderwaterParticleType": true
|
|
},
|
|
"tick": {
|
|
"animationTickMode": "INTERRUPTIBLE",
|
|
"particleTickMode": "INTERRUPTIBLE",
|
|
"tickWeatherAsync": true,
|
|
"failPerSecLimit": 5,
|
|
"failBehavior": "RAISE_CRASH",
|
|
"suppressCME": false
|
|
},
|
|
"rendering": {
|
|
"particleRenderingMode": "DELAYED",
|
|
"particleCulling": "AABB",
|
|
"cullWeathers": true,
|
|
"failPerSecLimit": 20,
|
|
"failBehavior": "MARK_AS_SYNC"
|
|
},
|
|
"valkyrienSkies": {
|
|
"rainEffect": "STATIONARY",
|
|
"fixParticleLights": true
|
|
},
|
|
"create": {
|
|
"rainEffect": "ALWAYS"
|
|
}
|
|
} |