mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +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);
|
||||
break;
|
||||
case LECTERN:
|
||||
case SWEET_BERRY_BUSH:
|
||||
checkIsland(e, player, loc, Flags.BREAK_BLOCKS);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user