Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My settings do not seem to be affecting the mod's mobs in the game #467

Open
4399cnm opened this issue Dec 15, 2024 · 1 comment
Open

My settings do not seem to be affecting the mod's mobs in the game #467

4399cnm opened this issue Dec 15, 2024 · 1 comment

Comments

@4399cnm
Copy link

4399cnm commented Dec 15, 2024

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"
}
]

@McJty
Copy link
Collaborator

McJty commented Dec 15, 2024

What this rule does is the following:

  • 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.

So in summary: remove 'maxcount': 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants