Undead Nights - Zombie Horde Nights

Undead Nights - Zombie Horde Nights

53.4k Downloads

Unable for hordes to spawn Custom mobs.?

Closed this issue · 6 comments

commented

my config file seems valid and can be printed with commands in game. Only the vanilla game mobs i have added will spawn in a horde though, no modded mobs.

commented

I need more details. I ran tests with modded mobs from Mutant Monsters, Parasites and Zombies and Mutants, all worked fine.

commented
commented

I don't believe it to be an issue with another mod conflicting.

commented
{
  "configVariant": 2,
  "defaultHordeId": "1",
  "hordes": [
    {
      "hordeName": "This is the name for Horde 1",
      "horde1": [
        {
          "mobId": "undeadnights:horde_zombie",
          "countMin": "5",
          "countMax": "7",
          "extraSpawnInfo": "none"
        },
        {
          "mobId": "undeadnights:elite_zombie",
          "spawnChance": "10",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
        },
        {
          "mobId": "undeadnights:demolition_zombie",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "tnt:5"
        },
        {
          "mobId": "mozombies_wave:zombie_chef",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
        },
        {
          "mobId": "mozombies_wave:zombie_cyborg",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
    	},
    	{
           "mobId": "mozombies_wave:zombie_knight",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
    	},
    	{
          "mobId": "mozombies_wave:zombie_pirate",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
    	},
    	{
          "mobId": "mozombies_wave:zombie_dwarf",
          "countMin": "3",
          "countMax": "5",
          "extraSpawnInfo": "none"
    	},
    	{
          "mobId": "mozombies_wave:zombie_miner",
          "countMin": "1",
          "countMax": "2",
          "extraSpawnInfo": "none"
    	} 
      ]
    },
    {
      "hordeName": "This is the name for Horde 2",
      "horde2": [
        {
          "mobId": "undeadnights:elite_zombie",
          "countMin": "3",
          "countMax": "5",
          "extraSpawnInfo": "none"
        },
        {
          "mobId": "minecraft:ghast",
          "countMin": "3",
          "countMax": "5",
          "extraSpawnInfo": "none"
        }
      ]
    }
  ],
  "internalConfigVersion": 1
}
commented

seems that V2 config seems to work, odd that v1 doesn't. Thanks for all your help.

commented

in my tests v1 worked as well, it just needs quite a bit of fine tuning when it comes to setting up the chances for each mob