Disable dynamic entity renderers by default due to incompatible mods

This commit is contained in:
embeddedt 2023-05-07 14:39:55 -04:00
parent 1aa582383c
commit 321c676fd0
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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