[Help] How to prevent a mob from spawning on dirt
adamk33n3r opened this issue ยท 4 comments
I found that there is a no_spawn.json and reference to creating a datapack for it, but I admit I am completely unfamiliar with how datapacks work, I'm used to config files.
I created a datapack in world/datapacks
as block_spawn
, with data/mob_grinding_utils/tags/entity_types/no_spawn.json
containing the following. But this mob is still spawning. What am I doing wrong? Please help!
1 {
2 "values": [
3 "enlightened_end:void_leviathan"
4 ]
5 }
no_spawn is for the spawner, use no_dreadful_spawn, assuming thats a hostile mob.