Started by
Owl Master
on
Topic category: Help with Minecraft modding (Java Edition)
I have a biome called Polar Desert covered in snow and with sand under it and no passive mobs spawn there. However, hostile mobs spawn at night. I have read that passive mobs only spawn on grass, so changed the animals from creature to ambient and they still don't spawn.
Go to "entity spawning" and add whatever you want to the biome.
That's exactly what I did. The passive mobs just don't seem to spawn
I am having the exact same problem my block material is even set to grass
I think you need to add a tag to your block, there is a list of common block tags that you can easily add into your mod, and one of them is something like minecraft:valid_spawn and you need your block to have that tag for passive creatures to spawn. I think that should work, but I might have the tag name wrong.