Merge 1.16 into 1.18

This commit is contained in:
embeddedt 2024-03-17 15:08:22 -04:00
commit 89badd662b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package org.embeddedt.modernfix.common.mixin.bugfix.chunk_deadlock;
package org.embeddedt.modernfix.common.mixin.feature.stalled_chunk_load_detection;
import com.mojang.datafixers.util.Either;
import net.minecraft.core.Holder;

View File

@ -163,6 +163,7 @@ public class ModernFixEarlyConfig {
private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder()
.put("mixin.perf.dynamic_resources", false)
.put("mixin.feature.direct_stack_trace", false)
.put("mixin.feature.stalled_chunk_load_detection", false)
.put("mixin.perf.clear_mixin_classinfo", false)
.put("mixin.perf.deduplicate_climate_parameters", false)
.put("mixin.bugfix.packet_leak", false)