trying to deny all scape and run mobs from spawning in overworld
Closed this issue ยท 4 comments
There are several things wrong with tihs. First, what is onjoin: true doing outside your rule? It should go inside the {}.
Secondly "srparasites" is not a mob. That's a mod. So you use "mod"
ive rewriten it, but now im wondering if this will despawn the parasites as well? that's what im looking for
[
{
"onjoion": true,
"dimension": 0,
"mod": "srparasites",
"result": "remove"
}
]