Skip to content

Commit

Permalink
Removed weird weirdness
Browse files Browse the repository at this point in the history
* re #3887
  • Loading branch information
HenryLoenwind committed Dec 6, 2016
1 parent ec3faa1 commit 6290b6a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public boolean canEntityDestroy(IBlockState state, IBlockAccess world, BlockPos

@Override
public boolean rotateBlock(World world, BlockPos pos, EnumFacing axis) {
this.dropBlockAsItem(world, pos, world.getBlockState(pos), 0);
return true;
return false;
}

@Override
Expand Down

0 comments on commit 6290b6a

Please sign in to comment.