mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-18 22:21:36 +01:00
parent
78498491dd
commit
40adfe9cef
@ -1317,6 +1317,7 @@ public static boolean isConsideredBuildingIfUsed(Material type) {
|
|||||||
return type == Material.REPEATER
|
return type == Material.REPEATER
|
||||||
|| type == Material.COMPARATOR
|
|| type == Material.COMPARATOR
|
||||||
|| type == Material.CAKE
|
|| type == Material.CAKE
|
||||||
|
|| type == Material.DRAGON_EGG
|
||||||
|| Tag.FLOWER_POTS.isTagged(type)
|
|| Tag.FLOWER_POTS.isTagged(type)
|
||||||
|| Tag.CANDLES.isTagged(type)
|
|| Tag.CANDLES.isTagged(type)
|
||||||
|| Tag.CANDLE_CAKES.isTagged(type);
|
|| Tag.CANDLE_CAKES.isTagged(type);
|
||||||
|
Loading…
Reference in New Issue
Block a user