Mob spawners spawn squid/glow squid with no water around
I placed a squid spawner in the End to test if squid could spawn from spawners in non-aquatic biomes. The squid spawned outside the water. So I placed a second spawner such that it had no water in range, and it still spawned squid on the ground (with no water around.)
Created Issue:
Mob spawners spawn squid with no water around
I placed a squid spawner in the End to test if squid could spawn from spawners in non-aquatic biomes. The squid spawned outside the water. So I placed a second spawner such that it had no water in range, and it still spawned squid on the ground (with no water around.)
Mob spawners spawn squid/glow squid with no water around
that's exactly what supposed to happen
Relates to MC-175110. Here's a command you can use the reproduce this issue.
/setblock ~ ~ ~ minecraft:spawner{SpawnData:{entity:{id:"minecraft:tadpole"}}}
Drowned spawned just fine for me in water in a desert. They just require a water block below the block where they spawned. create a pool of water around the spawner and they'll spawn. I don't know if they should or not, there seems to be conflicting information on this tracker about that. MC-175110 suggests that its a bug if water mobs spawn outside of water, but MC-250054 suggests its OK if water mobs spawn outside of water. I don't know what the correct answer is.
That's for mojang to decide
Can confirm in 20w51a. You can use the follow command to reproduce this problem:
/setblock ~ ~ ~ minecraft:spawner{SpawnData:{id:"minecraft:squid"}}Relates to
MC-250054. Here's the updated command usage./setblock ~ ~ ~ minecraft:spawner{SpawnData:{entity:{id:"minecraft:squid"}}}Due to the issue mentioned above being marked as "Won't Fix", I feel this will be marked as "Won't Fix" too
Fixed in 21w40a.