Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -33,7 +33,7 @@
|
|||
+ // CraftBukkit end
|
||||
+ if (true || entityhuman.abilities.canInstantlyBuild) { // CraftBukkit - Process for non-creative as well
|
||||
d0 = 7.0D;
|
||||
list = this.world.a(EntityInsentient.class, new AxisAlignedBB(this.locX - d0, this.locY - d0, this.locZ - d0, this.locX + d0, this.locY + d0, this.locZ + d0));
|
||||
list = this.world.a(EntityInsentient.class, new AxisAlignedBB(this.locX - 7.0D, this.locY - 7.0D, this.locZ - 7.0D, this.locX + 7.0D, this.locY + 7.0D, this.locZ + 7.0D));
|
||||
iterator = list.iterator();
|
||||
@@ -90,9 +101,20 @@
|
||||
while (iterator.hasNext()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue