-
-
Notifications
You must be signed in to change notification settings - Fork 0
Entity Tags
BONNe edited this page Mar 13, 2026
·
1 revision
Animal Pen adds three entity tags used by cages and containers.
| Tag | Used by |
|---|---|
animal_pen:animal_cage_pickable |
Animal Cage |
animal_pen:bird_catcher_pickable |
Bird Catcher |
animal_pen:water_mob_container_pickable |
Water Animal Container |
Entities inside these tags can be picked up.
Path:
<your_custom_datapack>/data/animal_pen/tags/entity_types/animal_cage_pickable.json
Path:
<your_custom_datapack>/data/animal_pen/tags/entity_type/animal_cage_pickable.json
File:
{
"replace": false,
"values": [
"modid:custom_animal"
]
}
"replace": falsekeeps default items and adds yours.