-
Bug
-
Resolution: Fixed
-
Minecraft 17w16b
-
Confirmed
Reproduction
The advancement to be used, placed in world/data/advancements/custom/breed_relog.json
{ "criteria": { "custom_test_name": { "trigger": "minecraft:bred_animals" } } }
And the following commands to test it at will:
/advancement test @p custom:breed_relog /advancement revoke @p custom:breed_relog
- Breed two animals together.
- Save and exit the world before they finish.
- Re-enter and allow them to finish, but you will not be awarded the advancement.
Reason
The animals do not save their breeder's UUID to NBT, unlike zombie villagers saving the curer's UUID for the minecraft:cured_zombie_villager trigger.
- relates to
-
MC-117718 Breeding animals without LoveCause set cause crash
- Resolved