In Control!

In Control!

72M Downloads

In Control causing server to crash.

Closed this issue ยท 3 comments

commented

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"
  }
  ]
commented

I will check this

commented

Will be fixed next release

commented

Fixed