Mappings Update

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-12-06 10:00:00 +11:00
parent e9e6bec4e5
commit 102dee7d4f
123 changed files with 393 additions and 442 deletions

View File

@@ -11,7 +11,7 @@
public class EntityShulker extends EntityGolem implements IMonster {
@@ -326,8 +330,17 @@
@@ -321,8 +325,17 @@
EnumDirection enumdirection = aenumdirection[k];
if (this.world.q(blockposition1.shift(enumdirection))) {
@@ -31,7 +31,7 @@
break;
}
}
@@ -372,6 +385,7 @@
@@ -367,6 +380,7 @@
this.locX = (double) blockposition.getX() + 0.5D;
this.locY = (double) blockposition.getY();
this.locZ = (double) blockposition.getZ() + 0.5D;