
Unable for hordes to spawn Custom mobs.?
Closed this issue · 6 comments
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.
I need more details. I ran tests with modded mobs from Mutant Monsters, Parasites and Zombies and Mutants, all worked fine.
I've reached out to you on discord where I sent more info.
…On Wed, 11 Jun 2025, 8:00 am mcmodspete, ***@***.***> wrote:
*MC-Mods-Pete* left a comment (MC-Mods-Pete/UndeadNights#35)
<#35 (comment)>
I need more details. I ran tests with modded mobs from Mutant Monsters,
Parasites and Zombies and Mutants, all worked fine.
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BK7QIWWB5WBEJMTMWEDLVNL3C7HZ5AVCNFSM6AAAAAB7AMN7YGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSNRRGQ3TQMRWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
{
"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
}
seems that V2 config seems to work, odd that v1 doesn't. Thanks for all your help.