From 84389d6c1cc8ab317d59ab3d74701f79f2e5c88b Mon Sep 17 00:00:00 2001 From: Victor De Lomas <53619144+victordlp8@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:36:30 +0200 Subject: [PATCH] Added some performance oriented options to ModernFix (#1410) CAUTION! This may add other side effects like crashes or bugs --- config/modernfix-mixins.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties index a1b5d1927..80e2cfd43 100644 --- a/config/modernfix-mixins.properties +++ b/config/modernfix-mixins.properties @@ -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