McJtyMods / InControl

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

In Control causing server to crash. #396

Closed alfredggttv closed 1 year ago

alfredggttv commented 1 year ago

MC Version: 1.20.1 Java Version: 17.0.1 Forge Version: 47.1.3 In Control Version: 1.20-9.0.1 Modpack: All The Mods 9 v0.1.3 Log: https://mclo.gs/AH0FR2P

Server crashes every few hours. We've only changed the config for spawn.json to this:

[
{
    "mincount": {
      "amount": 100,
      "hostile": true,
      "perplayer": true
    },

    "result": "deny"
  },

  {
      "dimension": "allthemodium:the_other",
    "mincount": {
      "amount": 25,
      "perplayer": true
    },

    "result": "deny"
  },

   {
      "dimension": "allthemodium:the_other",
      "mob": "minecraft:villager", 

    "result": "deny"
  }
  ]
McJty commented 1 year ago

I will check this

McJty commented 1 year ago

Will be fixed next release

McJty commented 1 year ago

Fixed