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.)
Comments 5
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
That's for mojang to decide