@@ -381,12 +381,3 @@
|
||||
return itemstack;
|
||||
}
|
||||
});
|
||||
@@ -372,7 +639,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, TODO: see if its safe to readd
|
||||
if (!world.isClientSide) {
|
||||
IBlockData iblockdata = Blocks.COMMAND_BLOCK.getBlockData().set(BlockCommand.TRIGGERED, Boolean.valueOf(false));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user