mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-09 17:01:51 +01:00
Add protection for bee nests and hives
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1237
This commit is contained in:
parent
71c923975b
commit
1429c0a763
@ -125,6 +125,8 @@ public class BlockInteractionListener extends FlagListener {
|
||||
checkIsland(e, player, loc, Flags.BREWING);
|
||||
break;
|
||||
case BARREL:
|
||||
case BEEHIVE:
|
||||
case BEE_NEST:
|
||||
case CHEST:
|
||||
case CHEST_MINECART:
|
||||
case TRAPPED_CHEST:
|
||||
|
Loading…
Reference in New Issue
Block a user