Skip to content

Commit 40adfe9

Browse files
committed
Add dragon egg teleporting to build protection.
Closes #1977.
1 parent 7849849 commit 40adfe9

File tree

1 file changed

+1
-0
lines changed
  • worldguard-bukkit/src/main/java/com/sk89q/worldguard/bukkit/util

1 file changed

+1
-0
lines changed

worldguard-bukkit/src/main/java/com/sk89q/worldguard/bukkit/util/Materials.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ public static boolean isConsideredBuildingIfUsed(Material type) {
13171317
return type == Material.REPEATER
13181318
|| type == Material.COMPARATOR
13191319
|| type == Material.CAKE
1320+
|| type == Material.DRAGON_EGG
13201321
|| Tag.FLOWER_POTS.isTagged(type)
13211322
|| Tag.CANDLES.isTagged(type)
13221323
|| Tag.CANDLE_CAKES.isTagged(type);

0 commit comments

Comments
 (0)