From bb4ae3b3b8a36a90a6ac29746c5b6cb1351fc772 Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 8 Jun 2017 18:00:00 +1000 Subject: Update to Minecraft 1.12 --- nms-patches/EntityHorseAbstract.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nms-patches/EntityHorseAbstract.patch') diff --git a/nms-patches/EntityHorseAbstract.patch b/nms-patches/EntityHorseAbstract.patch index ae678d96..58896b49 100644 --- a/nms-patches/EntityHorseAbstract.patch +++ b/nms-patches/EntityHorseAbstract.patch @@ -20,8 +20,8 @@ public void loadChest() { InventoryHorseChest inventoryhorsechest = this.inventoryChest; -- this.inventoryChest = new InventoryHorseChest("HorseChest", this.dl()); -+ this.inventoryChest = new InventoryHorseChest("HorseChest", this.dl(), this); // CraftBukkit +- this.inventoryChest = new InventoryHorseChest("HorseChest", this.dn()); ++ this.inventoryChest = new InventoryHorseChest("HorseChest", this.dn(), this); // CraftBukkit this.inventoryChest.a(this.getName()); if (inventoryhorsechest != null) { inventoryhorsechest.b(this); @@ -33,7 +33,7 @@ + return this.maxDomestication; // CraftBukkit - return stored max domestication instead of 100 } - protected float co() { + protected float cq() { @@ -414,7 +416,7 @@ } @@ -68,7 +68,7 @@ + this.heal(1.0F, RegainReason.REGEN); // CraftBukkit } - if (this.dH()) { + if (this.dJ()) { @@ -723,6 +726,7 @@ if (this.getOwnerUUID() != null) { nbttagcompound.setString("OwnerUUID", this.getOwnerUUID().toString()); @@ -106,5 +106,5 @@ + } + // CraftBukkit end this.canSlide = true; - this.dr(); + this.dt(); } -- cgit v1.2.3