{"id":99836,"date":"2026-06-05T20:42:06","date_gmt":"2026-06-05T17:42:06","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/"},"modified":"2026-06-05T20:42:06","modified_gmt":"2026-06-05T17:42:06","slug":"mebahels-zombie-horde","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/","title":{"rendered":"Mebahel&#8217;s Zombie Horde"},"content":{"rendered":"<p>## \ud83e\udddf Mebahel\u2019s Zombie Horde<\/p>\n<p>A terrifying survival mechanic where the undead come in waves.<br \/>\nEvery few minutes, a horde appears and marches to a random location\u2026 and if **just one** sees you \u2014 **they all attack**.<\/p>\n<p>With enhanced AI and full configurability, these zombies will **break glass**, **fences**, and swarm your base in numbers.<\/p>\n<p>***<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>### \ud83d\udd25 Required for Forge \/ NeoForge users (via Sinytra)<\/p>\n<p>* Sinytra Connector<br \/>\n* Forgified Fabric API<\/p>\n<p>### \ud83e\uddf5 Required for Fabric users<\/p>\n<p>* Fabric API<\/p>\n<p>***<\/p>\n<p>## \u2b50 Key Features<\/p>\n<p>\u23f1 **Timed Zombie Horde Events**<br \/>\nHordes spawn at regular intervals and walk to random areas.<\/p>\n<p>\ud83d\udc40 **Group Awareness**<br \/>\nIf one zombie spots you, the whole horde attacks.<\/p>\n<p>\ud83e\udde0 **Barrier-Breaking AI**<br \/>\nZombies smash through **glass** and **fences** to reach their prey.<\/p>\n<p>\ud83e\uddea **Modded Entity Support**<br \/>\nCreate custom horde compositions using mobs from other mods.<\/p>\n<p>\ud83d\udd25 **Nether Increases Difficulty**<br \/>\nOnce a player visits the Nether, hordes become stronger.<\/p>\n<p>\u2699\ufe0f **Fully Configurable**<br \/>\nAdjust size, speed, health, spawn rate, aggression, and more.<\/p>\n<p>***<\/p>\n<p>## \ud83e\uddec Horde Composition Example (v1.0.5+)<\/p>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;hordeCompositions&#8221;: [<br \/>\n    {<br \/>\n      &#8220;weight&#8221;: 1,<br \/>\n      &#8220;dimensions&#8221;: [<br \/>\n        &#8220;minecraft:overworld&#8221;<br \/>\n      ],<br \/>\n      &#8220;mobTypes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;id&#8221;: &#8220;minecraft:zombie&#8221;,<br \/>\n          &#8220;weight&#8221;: 40,<br \/>\n          &#8220;spawnWithWeaponProbability&#8221;: 0.25,<br \/>\n          &#8220;weapons&#8221;: [<br \/>\n            {<br \/>\n              &#8220;itemId&#8221;: &#8220;minecraft:iron_sword&#8221;,<br \/>\n              &#8220;chance&#8221;: 0.5<br \/>\n            },<br \/>\n            {<br \/>\n              &#8220;itemId&#8221;: &#8220;minecraft:stone_sword&#8221;,<br \/>\n              &#8220;chance&#8221;: 0.3<br \/>\n            },<br \/>\n            {<br \/>\n              &#8220;itemId&#8221;: &#8220;minecraft:wooden_sword&#8221;,<br \/>\n              &#8220;chance&#8221;: 0.2<br \/>\n            }<br \/>\n          ]<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>&#8220;`<br \/>\n&#8211; the more the weight is the more probability to be chosen<br \/>\n&#8211; spawnWithWeaponProbability (v1.0.13+) set the chance of the entity to be equipped with a weapon (between 0.0 and 1.0)<br \/>\n&#8211; total weapon chance should be 1.0<br \/>\n&#8220;`<\/p>\n<p>***<\/p>\n<p>## \u2699\ufe0f Configuration Options<\/p>\n<p>Each option is editable in the `mebahel-zombie-horde_config.json` file:<\/p>\n<p>\u2600\ufe0f **`spawnInDayLight`** (`true` \/ `false`)<br \/>\n\u2192 If `false`, zombies burn in sunlight and only spawn at night.<\/p>\n<p>\ud83d\udd25 **`enableDifficultySystem`** (`true` \/ `false`)<br \/>\n\u2192 If `true`, entering the Nether increases future horde difficulty.<\/p>\n<p>\ud83d\udeab **`hordeSpawning`** (`true` \/ `false`)<br \/>\n\u2192 Disables all horde spawns if set to `false`.<\/p>\n<p>\u23f1\ufe0f **`hordeSpawnDelay`<br \/>\n**v1.0.13+ -> (default : &#8220;hordeSpawnDelay&#8221;: [15,&#8221;minute&#8221;])\u00a0<br \/>\nbefore v1.0.13 -> (default : &#8220;hordeSpawnDelay&#8221;: 15)<br \/>\n\u2192 Time between horde spawn attempts (can be minute\/day).<\/p>\n<p>\ud83c\udfb2 **`hordeSpawnChance`** (`0.0\u20131.0`, default: `0.8`)<br \/>\n\u2192 Probability a horde will spawn each cycle (0.8 = 80%).<\/p>\n<p>\ud83d\udc65 **`randomNumberHordeReinforcements`** (`0\u201310`, default: `0`)<br \/>\n\u2192 Adds random extra mobs to each horde.<\/p>\n<p>\ud83e\udddf **`hordeNumber`** (`1\u201320`, default: `1`)<br \/>\n\u2192 How many hordes spawn at once.<\/p>\n<p>\u2764\ufe0f **`hordeMemberBonusHealth`** (`0\u201340`, default: `0`)<br \/>\n\u2192 Extra health (20 = +10 hearts per mob).<\/p>\n<p>\ud83e\ude9f **`hordeMemberBreakGlass`** (`true` \/ `false`)<br \/>\n\u2192 Horde mobs will break glass blocks if `true`. _(v1.0.5+)_<\/p>\n<p>\ud83d\udeaa **`hordeMemberBreakFence`** (`true` \/ `false`)<br \/>\n\u2192 Horde mobs will break fences and gates if `true`. _(v1.0.6+)_<\/p>\n<p>\ud83d\uddfa\ufe0f **`showHordeSpawningMessage`** (`true` \/ `false`)<br \/>\n\u2192 If `true`, displays spawn coordinates in chat. _(v1.0.8+)_<\/p>\n<p>***<\/p>\n<p>## \u2699\ufe0f In game commands (v1.0.13+)<\/p>\n<p>*   In game command that spawn a horde : \/mebahelzombiehorde spawnhorde<br \/>\n*   In game command to reload the configs : \/mebahelzombiehorde reloadconfig<br \/>\n*   In game command to know when the next horde spawn will occur : \/mebahelzombiehorde nextspawn<\/p>\n<p>***<\/p>\n<p>## \ud83d\udcac Notes &#038; Credits<\/p>\n<p>*   \ud83e\uddea This mod is **a work in progress** \u2014 feedback and ideas are welcome!<br \/>\n*   \ud83d\udcac Join our Discord: https:\/\/discord.com\/invite\/y8uC2NepkB<\/p>\n<p>***<\/p>\n<p>## \ud83d\udd0e Discover More Mods by Mebahel<\/p>\n<p>![Mebahel&#8217;s Antique Beasts](https:\/\/modrinth.com\/mod\/mebahels-antique-beasts) \u2694\ufe0f **Mebahel&#8217;s Antique Beasts**<br \/>\nAdd epic mythological creatures, weapons, and lore to your Minecraft world.<\/p>\n<p>![Mebahel&#8217;s Skeleton Revival](https:\/\/modrinth.com\/mod\/mebahels-skeleton-revival) \ud83d\udc80 **Mebahel\u2019s Skeleton Revival**<br \/>\nWhen death is no longer the end\u2026 skeletons rise again through their fleeing skulls.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>No zombie is alone \u2014 prepare for group hunts, AI ambushes, and break-ins through glass and fences. Survive smarter, stronger hordes that evolve with you.<\/p>\n","protected":false},"featured_media":99837,"template":"","meta":{"_minecraft_slug":"mebahels-zombie-horde","_minecraft_project_id":"qzMgWNlz","_minecraft_author":"Mebahel","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":56283,"_minecraft_follows":60,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mebahels-zombie-horde.zip","_minecraft_size_bytes":834015,"_minecraft_version_count":18,"_minecraft_updated_at":"2026-05-16T06:53:23.971251Z","_minecraft_date_created":"2024-11-12T04:05:31.720767Z","_minecraft_date_modified":"2026-01-27T19:51:11.809404Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mebahels-zombie-horde","_minecraft_icon_attachment_id":99837,"_minecraft_imported_at":"2026-06-05T17:42:08+00:00","_minecraft_import_hash":"068345faa997296619b042ea7ba74ef7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,104,89,137,158,98],"mod_loader":[99,106,160,100],"minecraft_version":[56,59,36,62,37,73,74],"class_list":["post-99836","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-mobs","mod_category-neoforge","mod_category-quilt","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-19-2","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mebahel&#039;s Zombie Horde - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mebahel&#039;s Zombie Horde - Minecraft\" \/>\n<meta property=\"og:description\" content=\"No zombie is alone \u2014 prepare for group hunts, AI ambushes, and break-ins through glass and fences. Survive smarter, stronger hordes that evolve with you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/\",\"name\":\"Mebahel's Zombie Horde - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp\",\"datePublished\":\"2026-06-05T17:42:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mebahels-zombie-horde\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mebahel&#8217;s Zombie Horde\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mebahel's Zombie Horde - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/","og_locale":"en_US","og_type":"article","og_title":"Mebahel's Zombie Horde - Minecraft","og_description":"No zombie is alone \u2014 prepare for group hunts, AI ambushes, and break-ins through glass and fences. Survive smarter, stronger hordes that evolve with you.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/","name":"Mebahel's Zombie Horde - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp","datePublished":"2026-06-05T17:42:06+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mebahels-zombie-horde-icon-c32c7be1d8efafdf7d573464389240fe3bce1841_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mebahels-zombie-horde\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Mebahel&#8217;s Zombie Horde"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/99836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/99837"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=99836"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=99836"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=99836"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=99836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}