A few years ago I heard that in Minecraft Pocket Edition, baby zombies can mount animals, including polar bears. However, the baby zombies no longer mount polar bears in the latest Bedrock Edition. What's reason?
Steps to reproduce
Continuously summon zombies until a baby zombies that can mount mobs is summoned
Summon a cow
✔ →The baby zombie mounts it.
Kill its mount
Summon a Polar Bear
❌ →The baby zombie doesn't mount it.
Attachments
Comments 5

Baby zombies can't originally mount polar bears, they can only mount specific animals and mobs, like ocelots, wolves and pandas and more, but they can't mount polar bears, maybe it was a bug back then and now it's fixed
Baby zombies can't originally mount polar bears, they can only mount specific animals and mobs, like ocelots, wolves and pandas and more, but they can't mount polar bears, maybe it was a bug back then and now it's fixed
All they had to do was add
"minecraft:rideable": {
"seat_count": 1,
"family_types": [
"zombie"
],
"seats": {
"position": [ 0.0, 1.105, 0.0 ]
}
},
To the polar bear if they really wanted it to happen so maybe it was done on purpose ill leave this here though