-
-
Notifications
You must be signed in to change notification settings - Fork 0
Datapack Examples
BONNe edited this page May 7, 2026
·
6 revisions
Default data packs that are shipped together with the mod:
- animal_pen-datapack-forge-1.18.2-2.3.2.zip
- animal_pen-datapack-forge-1.19-2.3.2.zip
- animal_pen-datapack-forge-1.19.1-2.3.2.zip
- animal_pen-datapack-forge-1.19.3-2.3.2.zip
- animal_pen-datapack-forge-1.19.4-2.3.2.zip
- animal_pen-datapack-forge-1.20-2.3.2.zip
- animal_pen-datapack-forge-1.20.2-2.3.2.zip
- animal_pen-datapack-forge-1.20.4-2.3.2.zip
- animal_pen-datapack-neoforge-1.20.6-2.3.2.zip
- animal_pen-datapack-neoforge-1.21-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.2-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.4-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.5-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.6-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.9-2.3.2.zip
- animal_pen-datapack-neoforge-1.21.11-2.3.2.zip
- animal_pen-datapack-26.1-2.3.2.zip
📖 New to datapacks? See the Minecraft Wiki guide on creating datapacks.
Create a datapack inside your world or global datapack folder.
Example path:
.minecraft/saves/<world>/datapacks/your_custom_datapack/
Minimal structure:
your_custom_datapack/
├─ pack.mcmeta
└─ data/
Example pack.mcmeta:
{
"pack": {
"pack_format": 9,
"description": "Animal Pen custom datapack"
}
}Use a different
pack_formatfor newer Minecraft versions.
After editing a datapack, reload it in-game:
/reload
To check which datapacks are active:
/datapack list