Added some performance oriented options to ModernFix (#1410)

CAUTION! This may add other side effects like crashes or bugs
This commit is contained in:
Victor De Lomas 2025-07-21 22:36:30 +02:00 committed by GitHub
parent 5c6196a025
commit 84389d6c1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,4 +107,14 @@
# mixin.safety=true # (default)
#
# User overrides go here.
mixin.bugfix.packet_leak=true
mixin.feature.disable_unihex_font=true
mixin.feature.spark_profile_launch=true
mixin.perf.clear_mixin_classinfo=true
mixin.perf.deduplicate_location=true
mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true
mixin.perf.remove_spawn_chunks=true
mixin.perf.smart_ingredient_sync=false
mixin.perf.worldgen_allocation=true