MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
184 stars 133 forks source link

on_death contradiction #923

Open tryashtar opened 1 month ago

tryashtar commented 1 month ago

The queue_command page uses an example entity that uses the on_death component. However, the on_death page says:

minecraft:on_death can only be used by the ender_dragon entity.

Therefore, either this quote is false or the example does not work.