Feywild

Feywild

5M Downloads

Dwarves spawn in Mushroom Fields 1.19.2 3.0.1 - Annoyance

JohnWJarrett opened this issue ยท 9 comments

commented

Describe your idea

So, I have a base inside a cave inside a mushroom biome and have a minecolony here and all that good stuff, decided to add this mod late game as I didn't want to mess with vanilla in the immediate vicinity of my base, but now that it's installed all I can hear is "Hurr" "Uhurr" every 4 seconds and it's annoying as all. also, they are spawned en-masse inside my base, I'm pretty sure there is like 15 in here. Can you please limit where they will spawn, or give us an option to do it or even better yet, lock the whole mod inside your own dimension.

commented

What version are you on?
This is an old issue and they shouldn't spawn in the mushroom biome at all.
With changes to world gen this might have become a problem again.
Thanks for report.

commented

I'm using the latest for 1.19.2, so 1.19.2-3.0.1

commented

The spawn is a bit high compaired to other mobs. So I'll lower that.
You can change that by making a datapack, since that's how the world gen is regulated now.

I'll look into a way to prevent them from spawning into the mushroom biome.

I'll also lower the amount of "Hurr" and "Uhurr", though thats the normal level of annoyance of villagers.

Next patch.

commented

for the datapack:
data > feywild > forge > biome_modifier > overworld_spawn.json

{
  "type": "forge:add_spawns",
  "biomes": "#minecraft:is_overworld",
  "spawners": [
    {
      "type": "feywild:spring_pixie",
      "maxCount": 1,
      "minCount": 1,
      "weight": 1
    },
    {
      "type": "feywild:summer_pixie",
      "maxCount": 1,
      "minCount": 1,
      "weight": 1
    },
    {
      "type": "feywild:autumn_pixie",
      "maxCount": 1,
      "minCount": 1,
      "weight": 1
    },
    {
      "type": "feywild:winter_pixie",
      "maxCount": 1,
      "minCount": 1,
      "weight": 1
    },
    {
      "type": "feywild:dwarf_blacksmith",
      "maxCount": 1,
      "minCount": 1,
      "weight": 3
    }
  ]
}

weight should be set to 1 or 0 if you dont want them to spawn at all.

commented

Will try that out, thanks for the tip.

commented

2023-03-15_14 39 09
Dwarven invasion...

2023-03-15_16 26 05

The dwarven invasion has been stopped!

Made it so they only spawn in biomes with Mineshafts, and dont spawn in the mushroom_fields biome. Did increase the spawn a bit since now its harder for them to spawn. Still pretty rare.

I will leave this open till next update is uploaded: 3.0.2

commented

Awesome! Can't wait to plug it back in, my child will love the Pixies

commented

Also made the Hurr less frequent. But i still think that's the Minecraft level of annoyance. Just not pleasant during an invasion. ๐Ÿ˜Š

commented

3.0.2 is out that fixes this issue.