Update to MC 1.16.2-rc1

This commit is contained in:
Jonas Herzig
2020-08-09 13:55:00 +02:00
parent d065868abb
commit 0e77235ef9
8 changed files with 57 additions and 21 deletions

View File

@@ -51,7 +51,11 @@ public abstract class MixinPlayerControllerMP {
//#endif
//#if MC>=11400
//#if MC>=11602
//$$ @Inject(method = "createPlayer(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/stat/StatHandler;Lnet/minecraft/client/recipebook/ClientRecipeBook;ZZ)Lnet/minecraft/client/network/ClientPlayerEntity;", at=@At("HEAD"), cancellable = true)
//#else
@Inject(method = "createPlayer", at=@At("HEAD"), cancellable = true)
//#endif
private void replayModReplay_createReplayCamera(
//#if MC>=11400
ClientWorld worldIn,