mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
SPIGOT-970, MC-80484: Disallow NBT pick block on chests.
This commit is contained in:
parent
b023c53e03
commit
a2d26409f7
@ -100,3 +100,18 @@
|
|||||||
this.world.applyPhysics(this.position, this.w());
|
this.world.applyPhysics(this.position, this.w());
|
||||||
this.world.applyPhysics(this.position.down(), 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];
|
||||||
|
Loading…
Reference in New Issue
Block a user