Add dragon egg teleporting to build protection.

Closes #1977.
This commit is contained in:
wizjany 2023-05-16 14:22:47 -04:00
parent 78498491dd
commit 40adfe9cef
No known key found for this signature in database
GPG Key ID: 1DB5861C03B76B5E
1 changed files with 1 additions and 0 deletions

View File

@ -1317,6 +1317,7 @@ public final class Materials {
return type == Material.REPEATER
|| type == Material.COMPARATOR
|| type == Material.CAKE
|| type == Material.DRAGON_EGG
|| Tag.FLOWER_POTS.isTagged(type)
|| Tag.CANDLES.isTagged(type)
|| Tag.CANDLE_CAKES.isTagged(type);