forked from neoforged/NeoForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.21.1] Add conventional tag for all animals
Backport of neoforged#1596
- Loading branch information
1 parent
ef8bc0e
commit 692ec51
Showing
5 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
src/generated/resources/data/c/tags/entity_type/animals.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"values": [ | ||
"minecraft:armadillo", | ||
"minecraft:axolotl", | ||
"minecraft:bee", | ||
"minecraft:camel", | ||
"minecraft:cat", | ||
"minecraft:chicken", | ||
"minecraft:cod", | ||
"minecraft:cow", | ||
"minecraft:dolphin", | ||
"minecraft:donkey", | ||
"minecraft:fox", | ||
"minecraft:frog", | ||
"minecraft:glow_squid", | ||
"minecraft:goat", | ||
"minecraft:hoglin", | ||
"minecraft:horse", | ||
"minecraft:llama", | ||
"minecraft:mooshroom", | ||
"minecraft:mule", | ||
"minecraft:ocelot", | ||
"minecraft:panda", | ||
"minecraft:parrot", | ||
"minecraft:pig", | ||
"minecraft:polar_bear", | ||
"minecraft:pufferfish", | ||
"minecraft:rabbit", | ||
"minecraft:salmon", | ||
"minecraft:sheep", | ||
"minecraft:skeleton_horse", | ||
"minecraft:sniffer", | ||
"minecraft:squid", | ||
"minecraft:strider", | ||
"minecraft:tadpole", | ||
"minecraft:trader_llama", | ||
"minecraft:tropical_fish", | ||
"minecraft:turtle", | ||
"minecraft:wolf", | ||
"minecraft:zombie_horse" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters