File Details
Pets+1.2.0.jar
- R
- Jan 23, 2026
- 408.82 KB
- 1.2K
- Early Access
File Name
Pets+1.2.0.jar
Supported Versions
- Early Access
[1.2.0] - 2026-01-23
Added
- Pet Egg Items - Automatically generated egg items for all pet types (Item ID: `Egg_PetsPlus_<PetType>`) - Admins can add these eggs to specific mob drops via loot tables
- Pet Egg Redemption System - Players can now redeem pet eggs using `/pets redeem` command while holding the egg
- Pet Egg Items - Automatically generated egg items for all pet types (Item ID: `Egg_PetsPlus_<PetType>`)
Example: Adding Pet Eggs to Entity Loot Tables
{
"LootTable": {
"LootEntries": [
{
"ItemId": "Egg_PetsPlus_Wolf",
"Weight": 10,
"MinQuantity": 1,
"MaxQuantity": 1
}
]
}
}

