Update to Minecraft 1.9

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-03-01 08:32:46 +11:00
parent 2da480a9c8
commit 21d4bf5d1f
305 changed files with 6684 additions and 6105 deletions

View File

@@ -9,8 +9,8 @@
public class ItemLeash extends Item {
public ItemLeash() {
@@ -40,7 +42,23 @@
if (entityinsentient.cc() && entityinsentient.getLeashHolder() == entityhuman) {
@@ -39,7 +41,23 @@
if (entityinsentient.isLeashed() && entityinsentient.getLeashHolder() == entityhuman) {
if (entityleash == null) {
entityleash = EntityLeash.a(world, blockposition);
+