Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"_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"
]
}