Port to MC 1.19-pre3
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
"GuiScreenAccessor",
|
||||
"KeyBindingAccessor",
|
||||
"MinecraftAccessor",
|
||||
//#if MC>=11900
|
||||
//$$ "SimpleOptionAccessor",
|
||||
//#endif
|
||||
"TimerAccessor"
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
|
||||
@@ -8,8 +8,10 @@
|
||||
"EntityLivingBaseAccessor",
|
||||
"IntegratedServerAccessor",
|
||||
"NetworkManagerAccessor",
|
||||
"SPacketSpawnMobAccessor",
|
||||
"SPacketSpawnPlayerAccessor",
|
||||
//#if MC<11500
|
||||
//$$ "SPacketSpawnMobAccessor",
|
||||
//$$ "SPacketSpawnPlayerAccessor",
|
||||
//#endif
|
||||
"MixinServerInfo",
|
||||
//#if MC>=10800
|
||||
"MixinDownloadingPackFinder",
|
||||
|
||||
@@ -20,11 +20,13 @@
|
||||
"ItemRendererAccessor",
|
||||
//#endif
|
||||
"ParticleAccessor",
|
||||
//#if MC<11900
|
||||
"MixinRenderGlobal",
|
||||
"MixinRenderItem",
|
||||
"MixinRenderLivingBase",
|
||||
"MixinRenderManager"
|
||||
//#endif
|
||||
//#endif
|
||||
],
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"minVersion": "0.6.11",
|
||||
|
||||
Reference in New Issue
Block a user