SPIGOT-970, MC-80484: Disallow NBT pick block on chests.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2015-06-12 15:30:12 +10:00
parent 3ad5a522b4
commit c270f2389a

View file

@ -100,3 +100,18 @@
this.world.applyPhysics(this.position, this.w());
this.world.applyPhysics(this.position.down(), this.w());
}
@@ -370,6 +425,14 @@
}
+ // CraftBukkit start
+ // PAIL
+ @Override
+ public boolean F() {
+ return true;
+ }
+ // CraftBukkit end
+
static class SyntheticClass_1 {
static final int[] a = new int[EnumDirection.values().length];