.-.
This commit is contained in:
parent
c76552e4a5
commit
c2c8dda565
11
nms-patches/DispenseBehaviorCommandBlock.patch
Normal file
11
nms-patches/DispenseBehaviorCommandBlock.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- ../work/decompile-8eb82bde//net/minecraft/server/DispenseBehaviorCommandBlock.java 2014-12-27 14:19:29.609280038 +0000
|
||||||
|
+++ src/main/java/net/minecraft/server/DispenseBehaviorCommandBlock.java 2014-12-27 14:19:29.609280038 +0000
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
World world = isourceblock.i();
|
||||||
|
BlockPosition blockposition = isourceblock.getBlockPosition().shift(BlockDispenser.b(isourceblock.f()));
|
||||||
|
|
||||||
|
- if (world.isEmpty(blockposition)) {
|
||||||
|
+ if (world.isEmpty(blockposition) && false) { // Craftbukkit - yeah... no
|
||||||
|
if (!world.isStatic) {
|
||||||
|
IBlockData iblockdata = Blocks.COMMAND_BLOCK.getBlockData().set(BlockCommand.TRIGGERED, Boolean.valueOf(false));
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user