placed_block trigger doesn't work with multiple blocks
the placed_block advancement trigger doesn't work with doors of any kind, as well as cocoa, carrots and potatoes.
I've tried it both with a "block" criterion and a "item" criterion, which both worked fine if changed to e.g. "dirt" instead of "wooden_door"
To replicate, create an advancement that features one of these criteria, place down an oak door and see that nothing happens. You can of course replace minecraft:wooden_door with minecraft:dirt to check whether the syntax is correct and you'll see that it triggers just as you would expect.
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "block":"minecraft:wooden_door" } }
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "item":{ "item":"minecraft:wooden_door" } } }
Created Issue:
placed_block criteria doesn't work with doors
the placed_block advancement trigger doesn't work with doors of any kind.
I've tried it both with a "block" criterion and a "item" criterion, which both worked fine if changed to e.g. "dirt" instead of "wooden_door"
To replicate, create an advancement that features one of these criteria, place down an oak door and see that nothing happens. You can of course replace minecraft:wooden_door with minecraft:dirt to check whether the syntax is correct and you'll see that it triggers just as you would expect.
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "block":"minecraft:wooden_door" } }"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "item":{ "item":"minecraft:wooden_door" } } }as far as my rudimentary testing goes, this is only the case with doors, not with anything else that creates a tile-entity: beds, signs, chests, banners, cake
placed_blockcriteriadoesn't work with doorsplaced_block trigger doesn't work with doors
the placed_block advancement trigger doesn't work with doors of any kind.
I've tried it both with a "block" criterion and a "item" criterion, which both worked fine if changed to e.g. "dirt" instead of "wooden_door"
To replicate, create an advancement that features one of these criteria, place down an oak door and see that nothing happens. You can of course replace minecraft:wooden_door with minecraft:dirt to check whether the syntax is correct and you'll see that it triggers just as you would expect.
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "block":"minecraft:wooden_door" } }"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "item":{ "item":"minecraft:wooden_door" } } }as far as my rudimentary testing goes, this is only the case with doors, not with anything else that creates a tile-entity: beds, signs, chests, banners, cake
placed_block trigger doesn't work withdoorsplaced_block trigger doesn't work with multiple blocks
the placed_block advancement trigger doesn't work with doors of any kind, as well as cocoa.
I've tried it both with a "block" criterion and a "item" criterion, which both worked fine if changed to e.g. "dirt" instead of "wooden_door"
To replicate, create an advancement that features one of these criteria, place down an oak door and see that nothing happens. You can of course replace minecraft:wooden_door with minecraft:dirt to check whether the syntax is correct and you'll see that it triggers just as you would expect.
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "block":"minecraft:wooden_door" } }"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "item":{ "item":"minecraft:wooden_door" } } }
the placed_block advancement trigger doesn't work with doors of any kind, as well as cocoa, carrots and potatoes.
I've tried it both with a "block" criterion and a "item" criterion, which both worked fine if changed to e.g. "dirt" instead of "wooden_door"
To replicate, create an advancement that features one of these criteria, place down an oak door and see that nothing happens. You can of course replace minecraft:wooden_door with minecraft:dirt to check whether the syntax is correct and you'll see that it triggers just as you would expect.
"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "block":"minecraft:wooden_door" } }"place_wooden_door":{ "trigger":"minecraft:placed_block", "conditions":{ "item":{ "item":"minecraft:wooden_door" } } }
Can confirm for carrots, potatoes and cocoa in 1.12 release.
Can confirm for doors in 1.12.2
Fixed somewhere in the 1.13 development stage, updated json I used:
Of course also tested with carrots, potatoes and cocoa beans.