mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-19 22:02:37 +01:00
Protects sweet berry bushes
https://github.com/BentoBoxWorld/BentoBox/issues/948
This commit is contained in:
parent
55544ada0a
commit
2e8a3e2abb
@ -287,6 +287,7 @@ public class BlockInteractionListener extends FlagListener {
|
|||||||
checkIsland(e, player, loc, Flags.ITEM_FRAME);
|
checkIsland(e, player, loc, Flags.ITEM_FRAME);
|
||||||
break;
|
break;
|
||||||
case LECTERN:
|
case LECTERN:
|
||||||
|
case SWEET_BERRY_BUSH:
|
||||||
checkIsland(e, player, loc, Flags.BREAK_BLOCKS);
|
checkIsland(e, player, loc, Flags.BREAK_BLOCKS);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user