Fixed right clicking berry bushes with a block in hand
This commit is contained in:
parent
334b746713
commit
82d219530e
1 changed files with 1 additions and 5 deletions
|
@ -472,12 +472,8 @@ public class BlockBOPPlant extends BlockBOPDecoration implements IShearable
|
|||
{
|
||||
berries.onCollideWithPlayer(playerIn);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
return super.onBlockActivated(worldIn, pos, state, playerIn, hand, heldItem, side, hitX, hitY, hitZ);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue