McJtyMods / InControl

Be In Control of Mob Spawns and others
MIT License
46 stars 17 forks source link

[1.18.2] Mobs spawn next to players in multiplayer #339

Open Larchant opened 2 years ago

Larchant commented 2 years ago

MC: 1.18.2 InControl: 6.0.13 Forge: 40.1.68 Dedicated forge server

spawner.json tends to spawn mobs right next to my friends in multiplayer. We're 8 players. Specifying a higher "mindist" parameter seems to lower the frequency of this happening. It doesn't happen to lone players (or at least we haven't noticed), it happens when we're doing something together like exploring or something like that.

We've also seen monsters spawn in well lit blocks.

spawner.json

[  
  {
      "mobsfrombiome": "monster",
      "persecond": 0.5,
      "attempts": 20,
      "amount": {
        "minimum": 3,
        "maximum": 7
      },
      "conditions": {
        "dimension": "minecraft:overworld",
        "maxhostile": 140,
        "mindist": 50
      }
    }
]
McJty commented 2 years ago

I have to think about a proper solution here