In control wont work
SmallEnderman opened this issue ยท 15 comments
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
https://pastebin.com/jEgwcJiz
This one is from spawn.json
"block": minecraft:water,
This is missing quotes. Should be:
"block":"minecraft:water",
Okay so the game works again... but the zombie wont despawn from the water (they still keep raising from the ground)
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
(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?
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
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
Do the zombies still spawn if you have a rule like this in spawn.json:
[
{
"mob": "Zombie",
"result": "deny"
}
]
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