Protects sweet berry bushes

https://github.com/BentoBoxWorld/BentoBox/issues/948
This commit is contained in:
tastybento 2019-09-20 18:57:18 -07:00
parent 55544ada0a
commit 2e8a3e2abb

View File

@ -287,6 +287,7 @@ public class BlockInteractionListener extends FlagListener {
checkIsland(e, player, loc, Flags.ITEM_FRAME);
break;
case LECTERN:
case SWEET_BERRY_BUSH:
checkIsland(e, player, loc, Flags.BREAK_BLOCKS);
break;
default: