8
8
"compatibilityLevel" : " JAVA_16" ,
9
9
//#endif
10
10
"mixins" : [
11
- " logger.HUDController_Mixin" ,
12
- " logger.blockUpdate.LoggerRegistry_Mixin" ,
13
- " logger.blockUpdate.World_Mixin" ,
11
+ //#if MC < 11900
14
12
" logger.updateSuppression.World_Mixin" ,
15
13
" rule.async.MinecraftServer_Mixin" ,
16
14
" rule.async.optimizePlayerConnect.EntityTrackerEntry_Mixin" ,
20
18
" rule.async.optimizePlayerConnect.World_Mixin" ,
21
19
" rule.async.optimizeTeleport.ServerPlayerEntity_Mixin" ,
22
20
" rule.async.optimizeTeleport.ServerPlayNetworkHandler_Mixin" ,
21
+ " rule.disabledUpdateSuppressionErrorStackTrace.ThreadExecutor_Mixin" ,
22
+ " rule.dropperCrashFix.DispenserBlock_Mixin" ,
23
+ " rule.dropperCrashFix.DropperBlock_Mixin" ,
24
+ //#if MC >= 11800
25
+ //$$ "rule.disabledUpdateSuppressionErrorStackTrace.NetworkThreadUtils_Mixin",
26
+ //#endif
27
+ //#endif
28
+ " logger.HUDController_Mixin" ,
23
29
" rule.cceSuppressionCrashFix.MinecraftServer_Mixin" ,
24
30
" rule.cceSuppressionCrashFix.ShulkerBoxBlock_Mixin" ,
25
31
" rule.commandLogger.CommandManager_Mixin" ,
26
- " rule.customItemDiscardTime.ItemEntity_Mixin" ,
27
32
" rule.disabledEnderManPickupGoal.EnderManEntity_Mixin" ,
28
33
" rule.disabledEnderManPlaceBlockGoal.EndermanEntity_Mixin" ,
29
34
" rule.disabledEntityTick.ServerWorld_Mixin" ,
30
35
" rule.disabledLayEggs.ChickenEntity_Mixin" ,
31
36
" rule.disabledNetherPortalSpawn.NetherPortalBlock_Mixin" ,
32
- " rule.disabledUpdateSuppressionErrorStackTrace.ThreadExecutor_Mixin" ,
33
- " rule.dropperCrashFix.DispenserBlock_Mixin" ,
34
- " rule.dropperCrashFix.DropperBlock_Mixin" ,
35
37
" rule.optimizeFakePlayerSpawn.EntityPlayerMPFake_Mixin" ,
36
38
" rule.optimizeFakePlayerSpawn.PlayerCommand_Mixin" ,
37
- " rule.printTpsInfoWhenCantKeepUp.MinecraftServer_Mixin" ,
38
39
" rule.removeAllCurseOfBindingArmorWhenPlayerDeadInWall.ServerPlayerEntity_Mixin" ,
39
- " rule.removeBats.BatEntity_Mixin"
40
+ //#if MC >= 12000
41
+ //$$ "rule.disallowRedstoneWireConnectsToOpenTrapdoor.RedstoneWireBlock_Mixin",
42
+ //#endif
43
+ //#if MC >= 11900
44
+ //$$ "logger.blockUpdate.SimpleNeighborUpdater_Mixin",
45
+ //$$ "logger.blockUpdate.ChainRestrictedNeighborUpdater_Mixin",
46
+ //#endif
47
+ //#if MC <= 11900
48
+ " logger.blockUpdate.World_Mixin" ,
49
+ //#endif
50
+ " rule.customItemDiscardTime.ItemEntity_Mixin" ,
51
+ " logger.blockUpdate.LoggerRegistry_Mixin" ,
52
+ " rule.removeBats.BatEntity_Mixin" ,
53
+ " rule.printTpsInfoWhenCantKeepUp.MinecraftServer_Mixin"
40
54
],
41
55
"client" : [
42
56
" rule.unescapeChatMessage.ChatMessageC2SPacket_Mixin" ,
47
61
"injectors" : {
48
62
"defaultRequire" : 1
49
63
}
50
- }
64
+ }
0 commit comments