-
Bug
-
Resolution: Works As Intended
-
None
-
1.21
-
None
-
Community Consensus
-
(Unassigned)
The Bug:
Ender pearls teleporting non-player entities never spawn endermites.
When players teleport using ender pearls, there is a chance that an endermite will be spawned. However, when non-player entities teleport using ender pearls, endermites will never be spawned which is inconsistent.
Steps to Reproduce:
- Ensure that the "doMobSpawning" gamerule is enabled by using the command provided below.
/gamerule doMobSpawning true
- Summon a repeating command block that constantly summons ender pearls nearby by using the command provided below.
/setblock ~ ~ ~1 minecraft:repeating_command_block{Command:"summon minecraft:ender_pearl ~-3 ~ ~",auto:1b}
- Summon a husk near the command block.
- Summon another repeating command block that constantly sets the owner of all the ender pearls to the husk by using the command provided below.
/setblock ~-1 ~ ~-1 minecraft:repeating_command_block{Command:"execute as @e[type=minecraft:ender_pearl] run data modify entity @s Owner set from entity @n[type=minecraft:husk,limit=1] UUID",auto:1b}
- Watch closely for around twenty seconds and observe if any endermites spawn.
Observed Behavior:
Endermites are never spawned.
Expected Behavior:
Endermites would sometimes be spawned, just like how if players were to teleport using ender pearls.