|
8 | 8 | "compatibilityLevel": "JAVA_16",
|
9 | 9 | //#endif
|
10 | 10 | "mixins": [
|
11 |
| - //#if MC < 11900 |
| 11 | + "logger.HUDController_Mixin", |
| 12 | + "logger.blockUpdate.LoggerRegistry_Mixin", |
| 13 | + "logger.blockUpdate.World_Mixin", |
12 | 14 | "logger.updateSuppression.World_Mixin",
|
13 | 15 | "rule.async.MinecraftServer_Mixin",
|
14 | 16 | "rule.async.optimizePlayerConnect.EntityTrackerEntry_Mixin",
|
|
18 | 20 | "rule.async.optimizePlayerConnect.World_Mixin",
|
19 | 21 | "rule.async.optimizeTeleport.ServerPlayerEntity_Mixin",
|
20 | 22 | "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", |
29 | 23 | "rule.cceSuppressionCrashFix.MinecraftServer_Mixin",
|
30 | 24 | "rule.cceSuppressionCrashFix.ShulkerBoxBlock_Mixin",
|
31 | 25 | "rule.commandLogger.CommandManager_Mixin",
|
| 26 | + "rule.customItemDiscardTime.ItemEntity_Mixin", |
32 | 27 | "rule.disabledEnderManPickupGoal.EnderManEntity_Mixin",
|
33 | 28 | "rule.disabledEnderManPlaceBlockGoal.EndermanEntity_Mixin",
|
34 | 29 | "rule.disabledEntityTick.ServerWorld_Mixin",
|
35 | 30 | "rule.disabledLayEggs.ChickenEntity_Mixin",
|
36 | 31 | "rule.disabledNetherPortalSpawn.NetherPortalBlock_Mixin",
|
| 32 | + "rule.disabledUpdateSuppressionErrorStackTrace.ThreadExecutor_Mixin", |
| 33 | + "rule.dropperCrashFix.DispenserBlock_Mixin", |
| 34 | + "rule.dropperCrashFix.DropperBlock_Mixin", |
37 | 35 | "rule.optimizeFakePlayerSpawn.EntityPlayerMPFake_Mixin",
|
38 | 36 | "rule.optimizeFakePlayerSpawn.PlayerCommand_Mixin",
|
| 37 | + "rule.printTpsInfoWhenCantKeepUp.MinecraftServer_Mixin", |
39 | 38 | "rule.removeAllCurseOfBindingArmorWhenPlayerDeadInWall.ServerPlayerEntity_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 | 39 | "rule.removeBats.BatEntity_Mixin"
|
53 | 40 | ],
|
54 | 41 | "client": [
|
|
0 commit comments