Disable faster item rendering by default until its tested more

This commit is contained in:
embeddedt 2023-05-07 21:39:25 -04:00
parent 604c3687ef
commit 43c1ed7029
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -146,6 +146,7 @@ public class ModernFixEarlyConfig {
.put("mixin.bugfix.packet_leak", false)
.put("mixin.perf.deduplicate_location", false)
.put("mixin.feature.integrated_server_watchdog", true)
.put("mixin.perf.faster_item_rendering", false)
.put("mixin.perf.blast_search_trees", shouldReplaceSearchTrees)
.put("mixin.devenv", isDevEnv)
.put("mixin.perf.remove_spawn_chunks", isDevEnv)