The bug
Using the minecraft:summoned_entity
trigger in an advancement doesn't account for a bunch of entities a player can create directly via placing of an item:
minecraft:armor_stand
minecraft:painting
minecraft:minecart
minecraft:boat
minecraft:lead
minecraft:fireworks
/minecraft:fireworks_rocket
(also, it won't work for spawn_eggs
, but this might be different issue).
How to reproduce
Download the attached data pack
and place it in the
datapacks
directory of your world folderOpen the world
Place an armor stand
→ ❌ The advancement is not madePlace two snow blocks and a pumpkin on top of each other to spawn a snow golem
→ ✔ The advancement is made
Confirmed for 1.13.2-pre2. Please keep the ticket updated.
I've moved the attached advancement file into a datapack (
[media]).