You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the mob 'skyray' if there is at least 1 mob and maximum 2 mobs it will deny the spawn.
That means that if there are more then 2 this rule will not fire since 'maxcount': 2 condition is not satisfied.
I want to reduce the spawn rate of these mobs, but my settings do not seem to be having any effect; they are still spawning in large numbers.
config\incontrol\spawn.json
[
{
"dimension": "minecraft:overworld",
"mob": "subnautica_flow:skyray",
"mincount": 1,
"maxcount": 2,
"result": "deny"
}
]
The text was updated successfully, but these errors were encountered: