Skip to content

Commit

Permalink
add: 使灾厄村民会远离伪装为嘎枝的玩家
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Dec 13, 2024
1 parent 5db8602 commit 55973f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ public static boolean panics(EntityType sourceType, EntityType targetType)
case SPIDER -> targetType == EntityType.ARMADILLO;
case SKELETON, WITHER_SKELETON -> targetType == EntityType.WOLF;
case VILLAGER -> targetType == EntityType.ZOMBIE || targetType == EntityType.ZOMBIE_VILLAGER;
case PILLAGER, VINDICATOR, EVOKER, ILLUSIONER -> targetType == EntityType.CREAKING;

default -> false;
};
Expand Down

0 comments on commit 55973f9

Please sign in to comment.