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

12 lines
728 B
JSON

{
"_Disable_Optimizations_Options": {
"ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)",
"TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (WorldRendererTypeMixin)",
"DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (WorldRendererDecreaseMixin)",
"LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleMixin)",
"POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)"
},
"disableOptimizations": [
"NONE"
]
}