LTDV8/config/asyncparticles/asyncparticles.json
3944Realms c54dcd1015
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 23s
初始化优化模组部分
2025-10-26 20:51:35 +08:00

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