1.13 is dead (followup to 8bc0b0a)

This commit is contained in:
Jonas Herzig
2020-03-30 01:27:57 +02:00
parent 49ea1ae40a
commit 8b7ef8d1e3
105 changed files with 300 additions and 300 deletions

View File

@@ -4,7 +4,7 @@
"mixins": [],
"server": [],
"client": [
//#if MC<11300
//#if MC<11400
//$$ "MixinMinecraft"
//#endif
],

View File

@@ -9,7 +9,7 @@
"MixinGameRenderer",
"MixinModResourcePackUtil",
//#endif
//#if MC>=11300
//#if MC>=11400
"MixinKeyboardListener",
//#endif
//#if MC<10800

View File

@@ -9,12 +9,12 @@
"NetworkManagerAccessor",
"SPacketSpawnMobAccessor",
"SPacketSpawnPlayerAccessor",
//#if MC>=11300
//#if MC>=11400
"MixinDownloadingPackFinder",
"MixinMouseHelper",
//#endif
//#if MC>=10904
//#if MC<11300
//#if MC<11400
//$$ "MixinPlayerControllerMP",
//#endif
"MixinWorldClient",
@@ -25,7 +25,7 @@
//#endif
"MixinNetHandlerLoginClient",
"MixinNetHandlerPlayClient",
//#if MC<11300
//#if MC<11400
//$$ "MixinNetworkDispatcher",
//#endif
"MixinRenderGlobal"

View File

@@ -26,7 +26,7 @@
//#endif
"MixinCamera",
"MixinEntityRenderer",
//#if MC>=11300
//#if MC>=11400
"MixinFogRenderer",
//#endif
//#if MC>=10800

View File

@@ -9,7 +9,7 @@
"MixinInGameHud",
//#endif
"EntityLivingBaseAccessor",
//#if MC>=11300
//#if MC>=11400
"MixinGameRenderer",
//#else
//$$ "EntityOtherPlayerMPAccessor",

View File

@@ -1,7 +1,7 @@
{
"pack": {
"description": "ReplayMod resources",
//#if MC>=11300
//#if MC>=11400
"pack_format": 4
//#else
//#if MC>=11002