Added some performance oriented options to ModernFix (#1410)
CAUTION! This may add other side effects like crashes or bugs
This commit is contained in:
parent
5c6196a025
commit
84389d6c1c
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue