mojira.dev
MC-306005

Cannot make bee angry with commands

  1. Summon a bee in an enclosure so it can’t fly away.

  2. Go into survival mode.

  3. Run the following command: /data modify entity @n[type=bee] angry_at set from entity @s UUID

  4. This should make the bee angry at you. it has no obvious effect.

This command does not set anger_end_time. Just in case that was the problem, also try the following:

  1. Get your own UUID via /data get entity @s UUID

  2. Run the command (replacing with your UUID): /data merge entity @n[type=bee] { angry_at: [I; 1408807480, -55032620, -1118136527, -535790252], anger_end_time: 10000}

This seems both angry_at and anger_end_time in the same command, but the bee will still not be angry. (If you break open the enclosure, it won’t attack you.)

Comments 3

I cannot reproduce this. The second command properly made the bee attack me when substituting my UUID.

OK, now I know what was missing: If I set the world to “Peaceful”, run the second command, of course nothing happens. BUT then I set it “Normal” and still nothing happens. I had done that in the world before running into the problem, but didn’t know it was connected.

To be precise, before following the above commands, do:

  1. Set world to “Peaceful”

  2. Run the second command above (This may not be necessary)

  3. Set the world to “Normal”

  4. Run the second command above again

The bee will do nothing.

kcrca

(Unassigned)

Unconfirmed

(Unassigned)

26.1 Snapshot 5

Retrieved