Mebahel's Zombie Horde

No zombie is alone — prepare for group hunts, AI ambushes, and break-ins through glass and fences. Survive smarter, stronger hordes that evolve with you.

File Details

mebahel-zombie-horde-1.0.9-1.20.1.jar

  • R
  • Jan 29, 2025
  • 47.65 KB
  • 8.8K
  • 1.20.1+1
  • Forge + 2

File Name

mebahel-zombie-horde-1.0.9-1.20.1.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mebahels-zombie-horde-1090603:6138068")

Fabric

modImplementation "curse.maven:mebahels-zombie-horde-1090603:6138068"

Quilt

modImplementation "curse.maven:mebahels-zombie-horde-1090603:6138068"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.09 You can now add a pool of weapons with a probability to each mob :

{ "hordeCompositions": [ { "mobTypes": [ { "id": "minecraft:zombie", "weight": 30, "weapons": [ { "itemId": "minecraft:iron_sword", "chance": 0.5 }, { "itemId": "minecraft:stone_sword", "chance": 0.3 } ] } ] } ] }