In Control!

In Control!

96M Downloads

1.20.1 Invalid command 'conditions' for spawner rule! Please help i cant fix

berkoax opened this issue ยท 3 comments

commented

My forge version 47.3.22
Incontrol version incontrol-1.20-9.2.11

I tried many other people's examples, even your own example, I can't use condition in spawner json at all. What I want to do is to make mobs of a mod that doesn't spawn naturally spawnable, but I can't use conditions, I always get the error 'invalid command 'conditions' for spawner rule!'.

The last example I used is your example about creating villagers in water in your introduction section; [
{
"mob": "minecraft:villager",
"persecond": 0.5,
"attempts": 20,
"amount": {
"minimum": 2,
"maximum": 5,
"groupdistance": 3
},
"conditions": {
"dimension": "minecraft:overworld",
"inwater": true,
"mindist": 5,
"maxdist": 20,
"minheight": 45,
"maxheight": 175,
"maxthis": 20
}
}
]

Why am I getting Invalid command conditions error, I've been trying so hard for a while, I'm about to lose my mind, I've read your information section about this so many times, I don't understand anything.

commented

Hi i had this same issue with my modpack. what's the modpack ur using? maybe it could be an issue with one of the mods

commented

We recently found out this has to do with the language that the computer is set too. I still need to figure out a proper solution but as a workaround set the language of your computer to english

commented

wow thats really weird. hope you can fix it