In Control!

In Control!

72M Downloads

In control wont work

SmallEnderman opened this issue ยท 15 comments

commented

So i've adde zombie awareness to make my modpack a little bit more hardcore... but then i noticed that zombie were able to spawn from water (which was what i didnt want) and i thought i could fix that with In control. So i've set it towhere zombie dont spawn in water (aswell as less zombies) but then it just keeps crashing. can someone help me?

here's the crash report https://pastebin.com/DBqLu7Kx

commented

Your json is wrong. Can you also paste the full json here?

commented

sure
From spawn i assume?

commented

https://pastebin.com/jEgwcJiz
This one is from spawn.json

commented
"block": minecraft:water,

This is missing quotes. Should be:

"block":"minecraft:water",

commented

Okay so the game works again... but the zombie wont despawn from the water (they still keep raising from the ground)

commented

What? Why would they despawn? What exactly is the problem? spawn.json only prevents new spawn. Doesn't do anything about mobs that have already spawned

commented

(srry i wrote it wrong) They keep spawning in water. But i've no idea why
Do you think this might be because of ZombieAwareness mod?

commented

So how can i make it towhere the zombies dont spawn on water anymore?

commented

Well why are they spawning there in the first place? Probably a mod is placing them there and bypassing the normal rules. In that case there is not much that I can do about it

commented

I've found out that zombieAwareness allows zombie to raise from water and i assume he kinda recoded that. If i wanted it towhere modded zombies (such as the ZombieAwareness... zombie) to not spawn on water, how would i do that

commented

okay imma check which mod causes it

commented

Do the zombies still spawn if you have a rule like this in spawn.json:

[
{
"mob": "Zombie",
"result": "deny"
}
]

commented

they still spawn

commented

Then ZombieAwareness does something weird/wrong (i.e. not firing the spawn event) and then there is nothing In Control can do about it. Report to Zombie Awareness

commented

okay thanks