We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7849849 commit 40adfe9Copy full SHA for 40adfe9
worldguard-bukkit/src/main/java/com/sk89q/worldguard/bukkit/util/Materials.java
@@ -1317,6 +1317,7 @@ public static boolean isConsideredBuildingIfUsed(Material type) {
1317
return type == Material.REPEATER
1318
|| type == Material.COMPARATOR
1319
|| type == Material.CAKE
1320
+ || type == Material.DRAGON_EGG
1321
|| Tag.FLOWER_POTS.isTagged(type)
1322
|| Tag.CANDLES.isTagged(type)
1323
|| Tag.CANDLE_CAKES.isTagged(type);
0 commit comments