Skip to content

Commit

Permalink
Update Tags.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone authored Nov 19, 2024
1 parent b0d591c commit 5a220c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/neoforged/neoforge/common/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ public static class EntityTypes {
public static final TagKey<EntityType<?>> BOSSES = tag("bosses");
public static final TagKey<EntityType<?>> MINECARTS = tag("minecarts");
public static final TagKey<EntityType<?>> BOATS = tag("boats");

/**
* Tag containing entity types that extend Animal.
*/
public static final TagKey<EntityType<?>> ANIMALS = tag("animals");

/**
Expand Down

0 comments on commit 5a220c8

Please sign in to comment.