McJtyMods / InControl

Be In Control of Mob Spawns and others
MIT License
44 stars 16 forks source link

Crash from Spawner.json utilizing Nightmaremobs #362

Closed Ghostcody closed 1 year ago

Ghostcody commented 1 year ago

Server constantly crashes when more than one player enters. I have noticed that this also happens with vanilla mobs too.

[ { "mob": "nmcmobs:mermaid", "persecond": 0.2, "attempts": 2, "amount": { "minimum": 2, "maximum": 5, "groupdistance": 3 }, "conditions": { "dimension": "minecraft:overworld", "inwater": true, "minheight": 10, "maxheight": 50, "maxthis": 20 } }, { "mob": "nmcmobs:merman_soldier", "persecond": 0.2, "attempts": 2, "amount": { "minimum": 2, "maximum": 5, "groupdistance": 3 }, "conditions": { "dimension": "minecraft:overworld", "inwater": true, "minheight": 10, "maxheight": 50, "maxthis": 20 } } ]

crash-2022-11-30_00.38.49-server.txt

McJty commented 1 year ago

Thanks for reporting. I'll check it out

McJty commented 1 year ago

Should be fixed now