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

[Bug 1.18.2]: Overabundance of snow creepers. #37

Open
1 task done
BlackAures1 opened this issue Jul 19, 2022 · 2 comments
Open
1 task done

[Bug 1.18.2]: Overabundance of snow creepers. #37

BlackAures1 opened this issue Jul 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@BlackAures1
Copy link

Bug Description

In the modpack, a huge number of snow creepers appear when entering the snowy biomes.

How to Reproduce?

  1. Most likely you will need to install a similar modpack, but I haven't finished it and haven't published it yet. I can attach a list of mods, but it is unlikely you will install them all.
  2. Go to absolutely any snow biome.
  3. Just look around or use the command from Incontrol mod - /incontrol list
    image

Expected Behavior

Creepers are a normal amount.

I fixed this problem with a rule in Incontrol:
Spawn.json

  {
    "mob": ["creeperoverhaul:snowy_creeper"],
    "dimension": "minecraft:overworld",
    "mincount": {  "amount": 20,
    "mob": ["creeperoverhaul:snowy_creeper"],
    "perplayer": true  },
    "result": "deny"
  }

So personally for me it is no longer a problem, but I think other players may also face this.

Version

creeperoverhaul-1.18.2-1.3.0-forge

Mod Loader Version

Curseforge Forge 40.1.60

Mod Loader

Forge

Logs or additional context

No

Acknowledgement

  • I agree that I have read what was said above this check box.
@BlackAures1 BlackAures1 added the bug Something isn't working label Jul 19, 2022
@JaboyKoral
Copy link

I am experiencing this as well- it looks like snow creepers are ignoring light level rules and spawning even when light levels are above 0.

@Rebel459
Copy link

Rebel459 commented Sep 30, 2023

present in 1.20 fabric too, really really annoying in my underground base in the frozen peaks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants