Skip to content

Commit

Permalink
fix fox
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 9, 2020
1 parent 5cc16d7 commit d902269
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ public static boolean describes(ObjectTag entity) {
type == EntityType.SHULKER ||
type == EntityType.MUSHROOM_COW ||
(NMSHandler.getVersion().isAtLeast(NMSVersion.v1_14) && type == EntityType.CAT) ||
(NMSHandler.getVersion().isAtLeast(NMSVersion.v1_14) && type == EntityType.FOX) ||
(NMSHandler.getVersion().isAtLeast(NMSVersion.v1_14) && type == EntityType.PANDA) ||
(NMSHandler.getVersion().isAtLeast(NMSVersion.v1_14) && type == EntityType.ARROW) ||
type == EntityType.TROPICAL_FISH;
Expand Down

0 comments on commit d902269

Please sign in to comment.