1 # This is the configuration file for ModernFix.
2 # In general, prefer using the config screen to editing this file. It can be accessed
3 # via the standard mod menu on your respective mod loader. Changes will, however,
4 # require restarting the game to take effect.
6 # The following options can be enabled or disabled if there is a compatibility issue.
7 # Add a line with your option name and =true or =false at the bottom of the file to enable
8 # or disable a rule. For example:
9 # mixin.perf.dynamic_resources=true
10 # Do not include the #. You may reset to defaults by deleting this file.
13 # mixin.bugfix.chunk_deadlock=false # (overridden for mod compat)
14 # mixin.bugfix.concurrency=true # (default)
15 # mixin.bugfix.missing_block_entities=false # (default)
16 # mixin.bugfix.packet_leak=false # (default)
17 # mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat)
18 # mixin.bugfix.restore_old_dragon_movement=false # (default)
19 # mixin.bugfix.world_leaks=true # (default)
20 # mixin.bugfix.world_screen_skipped=true # (default)
21 # mixin.devenv=false # (default)
22 # mixin.feature.blockentity_incorrect_thread=false # (default)
23 # mixin.feature.branding=true # (default)
24 # mixin.feature.cause_lag_by_disabling_threads=false # (default)
25 # mixin.feature.direct_stack_trace=false # (default)
26 # mixin.feature.disable_unihex_font=false # (default)
27 # mixin.feature.integrated_server_watchdog=true # (default)
28 # mixin.feature.log_stdout_in_log_files=true # (default)
29 # mixin.feature.mcfunction_profiling=true # (default)
30 # mixin.feature.measure_time=true # (default)
31 # mixin.feature.remove_chat_signing=false # (default)
32 # mixin.feature.remove_telemetry=true # (default)
33 # mixin.feature.snapshot_easter_egg=true # (default)
34 # mixin.feature.spam_thread_dump=false # (default)
35 # mixin.feature.spark_profile_launch=false # (default)
36 # mixin.feature.spark_profile_world_join=false # (default)
37 # mixin.feature.stalled_chunk_load_detection=false # (default)
38 # mixin.feature.warn_missing_perf_mods=true # (default)
39 # mixin.launch.class_search_cache=true # (default)
40 # mixin.perf.cache_blockstate_cache_arrays=true # (default)
41 # mixin.perf.cache_profile_texture_url=true # (default)
42 # mixin.perf.cache_strongholds=false # (overridden for mod compat)
43 # mixin.perf.chunk_meshing=true # (default)
44 # mixin.perf.clear_fabric_mapping_tables=false # (default)
45 # mixin.perf.clear_mixin_classinfo=false # (default)
46 # mixin.perf.compact_bit_storage=true # (default)
47 # mixin.perf.compress_unihex_font=true # (default)
48 # mixin.perf.dedicated_reload_executor=true # (default)
49 # mixin.perf.deduplicate_climate_parameters=false # (default)
50 # mixin.perf.deduplicate_location=false # (default)
51 # mixin.perf.deduplicate_wall_shapes=true # (default)
52 # mixin.perf.dynamic_dfu=true # (default)
53 # mixin.perf.dynamic_entity_renderers=false # (default)
54 # mixin.perf.dynamic_resources=false # (default)
55 # mixin.perf.dynamic_sounds=true # (default)
56 # mixin.perf.dynamic_structure_manager=true # (default)
57 # mixin.perf.faster_command_suggestions=true # (default)
58 # mixin.perf.faster_item_rendering=false # (default)
59 # mixin.perf.faster_texture_stitching=true # (default)
60 # mixin.perf.ingredient_item_deduplication=false # (default)
61 # mixin.perf.lazy_search_tree_registry=true # (default)
62 # mixin.perf.memoize_creative_tab_build=true # (default)
63 # mixin.perf.model_optimizations=true # (default)
64 # mixin.perf.mojang_registry_size=true # (default)
65 # mixin.perf.remove_biome_temperature_cache=true # (default)
66 # mixin.perf.state_definition_construct=true # (default)
67 # mixin.perf.thread_priorities=false # (overridden for mod compat)
68 # mixin.perf.ticking_chunk_alloc=true # (default)
69 # mixin.perf.worldgen_allocation=false # (default)
70 # mixin.safety=true # (default)
72 # User overrides go here.
73 mixin.bugfix.packet_leak=true
74 mixin.perf.clear_fabric_mapping_tables=true
75 mixin.perf.clear_mixin_classinfo=true
76 mixin.perf.deduplicate_location=true
77 mixin.perf.dynamic_entity_renderers=true
78 mixin.perf.faster_item_rendering=true
79 mixin.perf.ingredient_item_deduplication=true
80 mixin.perf.worldgen_allocation=true