Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
🐺 Partnered with Godlike Host!
I'm proudly partnered with Godlike Host — a high-performance game server provider perfect for Minecraft Java.
👉 Click the logo above to explore their hosting plans.
By using this link, you support my modding work directly!
🧟 Mebahel’s Zombie Horde
A terrifying survival mechanic where the undead come in waves.
Every few minutes, a horde appears and marches to a random location… and if just one sees you — they all attack.
With enhanced AI and full configurability, these zombies will break glass, fences, and swarm your base in numbers.
📦 Requirements
🔥 Required for Forge / NeoForge users (via Sinytra)
🧵 Required for Fabric users
⭐ Key Features
⏱ Timed Zombie Horde Events
Hordes spawn at regular intervals and walk to random areas.
👀 Group Awareness
If one zombie spots you, the whole horde attacks.
🧠 Barrier-Breaking AI
Zombies smash through glass and fences to reach their prey.
🧪 Modded Entity Support
Create custom horde compositions using mobs from other mods.
🔥 Nether Increases Difficulty
Once a player visits the Nether, hordes become stronger.
⚙️ Fully Configurable
Adjust size, speed, health, spawn rate, aggression, and more.
🧬 Horde Composition Example (v1.05+)
{
"hordeCompositions": [
{
"weight": 2,
"mobTypes": [
{
"id": "minecraft:zombie",
"weight": 30,
"weapons": [
{
"itemId": "minecraft:iron_sword",
"chance": 0.65
},
{
"itemId": "minecraft:stone_sword",
"chance": 0.35
}
]
}
]
},
{
"weight": 4,
"mobTypes": [
{
"id": "antiquebeasts:draugr",
"weight": 30
},
{
"id": "antiquebeasts:husk",
"weight": 10,
"weapons": [
{
"itemId": "minecraft:iron_sword",
"chance": 0.65
},
{
"itemId": "minecraft:stone_sword",
"chance": 0.35
}
]
}
]
}
]
}
⚙️ Configuration Options
Each option is editable in the mebahel-zombie-horde_config.json
file:
☀️ spawnInDayLight
(true
/ false
)
→ If false
, zombies burn in sunlight and only spawn at night.
🔥 enableDifficultySystem
(true
/ false
)
→ If true
, entering the Nether increases future horde difficulty.
🚫 hordeSpawning
(true
/ false
)
→ Disables all horde spawns if set to false
.
⏱️ hordeSpawnDelay
(1–60
, default: 20
)
→ Minutes between horde spawn attempts.
🎲 hordeSpawnChance
(0.0–1.0
, default: 0.8
)
→ Probability a horde will spawn each cycle (0.8 = 80%).
👥 randomNumberHordeReinforcements
(0–10
, default: 0
)
→ Adds random extra mobs to each horde.
🧟 hordeNumber
(1–5
, default: 1
)
→ How many hordes spawn at once.
❤️ hordeMemberBonusHealth
(0–40
, default: 0
)
→ Extra health (20 = +10 hearts per mob).
🪟 hordeMemberBreakGlass
(true
/ false
)
→ Horde mobs will break glass blocks if true
. (v1.05+)
🚪 hordeMemberBreakFence
(true
/ false
)
→ Horde mobs will break fences and gates if true
. (v1.06+)
🗺️ showHordeSpawningMessage
(true
/ false
)
→ If true
, displays spawn coordinates in chat. (v1.08+)
💬 Notes & Credits
- 🧪 This mod is a work in progress — feedback and ideas are welcome!
- 💬 Join our Discord: https://discord.com/invite/y8uC2NepkB
🔎 Discover More Mods by Mebahel
⚔️ Mebahel's Antique Beasts
Add epic mythological creatures, weapons, and lore to your Minecraft world.
💀 Mebahel’s Skeleton Revival
When death is no longer the end… skeletons rise again through their fleeing skulls.