Update to Minecraft 1.11.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-12-21 07:00:00 +11:00
parent 74902a47aa
commit f9a809b2ba
29 changed files with 368 additions and 334 deletions

View File

@@ -13,7 +13,7 @@
public class EntityWither extends EntityMonster implements IRangedEntity {
private static final DataWatcherObject<Integer> a = DataWatcher.a(EntityWither.class, DataWatcherRegistry.b);
@@ -188,13 +194,38 @@
@@ -193,13 +199,38 @@
if (this.dh() > 0) {
i = this.dh() - 1;
if (i <= 0) {
@@ -55,7 +55,7 @@
}
} else {
@@ -285,6 +316,11 @@
@@ -290,6 +321,11 @@
Block block = iblockdata.getBlock();
if (iblockdata.getMaterial() != Material.AIR && a(block)) {
@@ -67,7 +67,7 @@
flag = this.world.setAir(blockposition, true) || flag;
}
}
@@ -298,7 +334,7 @@
@@ -303,7 +339,7 @@
}
if (this.ticksLived % 20 == 0) {