Skip to content

Commit

Permalink
fix: ピグリンブルード、ピリジャー、ラヴェジャー、ゾグリンがGBに反応しないのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 26, 2023
1 parent aabb52b commit 31a3d00
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import org.bukkit.entity.EntityType.{
HUSK,
MAGMA_CUBE,
PIGLIN,
PIGLIN_BRUTE,
PILLAGER,
RAVAGER,
SHULKER,
SILVERFISH,
SKELETON,
Expand All @@ -26,6 +29,7 @@ import org.bukkit.entity.EntityType.{
VINDICATOR,
WITCH,
WITHER_SKELETON,
ZOGLIN,
ZOMBIE,
ZOMBIE_VILLAGER,
ZOMBIFIED_PIGLIN
Expand Down Expand Up @@ -59,6 +63,10 @@ object EnemyEntity {
ZOMBIE_VILLAGER,
PIGLIN,
HOGLIN,
DROWNED
DROWNED,
PIGLIN_BRUTE,
PILLAGER,
RAVAGER,
ZOGLIN
).contains(entityType)
}

0 comments on commit 31a3d00

Please sign in to comment.