From c25ddf063a808e3adb749e22017661f403c5fb7e Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 17 Nov 2016 12:41:03 +1100 Subject: Update to Minecraft 1.11 --- nms-patches/EntityOcelot.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nms-patches/EntityOcelot.patch') diff --git a/nms-patches/EntityOcelot.patch b/nms-patches/EntityOcelot.patch index 7d433fa4..6574350a 100644 --- a/nms-patches/EntityOcelot.patch +++ b/nms-patches/EntityOcelot.patch @@ -27,7 +27,7 @@ @Nullable protected MinecraftKey J() { -@@ -131,7 +135,8 @@ +@@ -133,7 +137,8 @@ } if (!this.world.isClientSide) { @@ -37,7 +37,7 @@ this.setTamed(true); this.setCatType(1 + this.world.random.nextInt(3)); this.setOwnerUUID(entityhuman.getUniqueID()); -@@ -240,7 +245,7 @@ +@@ -238,7 +243,7 @@ entityocelot.setPositionRotation(this.locX, this.locY, this.locZ, this.yaw, 0.0F); entityocelot.setAgeRaw(-24000); -- cgit v1.2.3