Перейти к содержимому
Mineforgian

Mebahel's Skeleton Revival

When death is no longer the end… their skulls flee to rise again. Summon, hunt, or suffer — in Mebahel’s Skeleton Revival, every skeleton gets a second chance.

12K загрузок47 подписчиковLicenseRef-All-Rights-Reservedfabricforgeneoforgequilt

Обновлён 30 июня 2025 г. · опубликован 17 июня 2025 г.

  • Skeleton Head fleeing
  • Wither Skeleton Head fleeing

🐺 Partnered with Godlike Host!

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 Skeleton Revival

"When death is no longer the end… their skulls flee to rise again."

Mebahel’s Skeleton Revival adds a haunting twist to Minecraft combat:
When a Skeleton or Wither Skeleton dies, there’s a chance it will leave behind a living skull — a cursed remnant that runs away and resurrects its former body moments later.


📦 Required Dependencies

You must install the following dependencies:

🛠️ Forge / Neoforge (via Sinytra):

🧵 Fabric / Quilt users:

You must install:


⚔️ Features

  • 💀 Animated skull entities that flee upon spawn
  • ⏳ After a short delay, the skull re-summons the original skeleton
  • 🎭 Skull appearance matches its origin (Skeleton / Wither Skeleton)
  • 🔁 No infinite loops – reanimated skeletons won’t drop skulls again
  • ⛓️ Spawner protection – mobs from spawners won’t spawn skulls
  • 🧩 Mod compatibility – you can assign any entity from any mod to drop a skeleton or wither skull in a config file!

⚙️ Configurable Settings

You can adjust spawn chances via a JSON config file (config/mebahels-skeleton-revival/mebahels-skeleton-revival_config.json) at:

{
  "skeletonHeadSpawnRate": 12, (12% chance to spawn a Skeleton head)
  "witherSkeletonHeadSpawnRate": 12, (12% chance to spawn a Wither Skeleton head)
  "timeBeforeRevival": 140 (140 ticks before the Skeleton respawns, 20 ticks is 1 second)
}

Additionally, a second config file "entity-type-that-should-spawn-head_config.json" allows you to list custom entity types that can spawn skulls and respawn as the original entity :

{
  "skeletonHeadEntities": [
    "minecraft:skeleton",
    "modid:custom_archer"
  ],
  "witherSkeletonHeadEntities": [
    "minecraft:wither_skeleton",
    "modid:dark_knight"
  ]
}

💬 Notes & Credits


🔎 Discover More Mods by Mebahel

Mebahel's Antique Beasts ⚔️ Mebahel's Antique Beasts
Add epic mythological creatures, weapons, and lore to your Minecraft world.

Zombie Horde 🧟 Mebahel’s Zombie Horde
Face smarter, faster, and more organized zombies that swarm you at night.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.4-fabric-1.21.1Релиз1.21.1fabric, forge, neoforge, quilt30 июня 2025 г.Скачать (47 КБ)
1.0.4-fabric-1.20.1Релиз1.20, 1.20.1fabric, forge, neoforge, quilt29 июня 2025 г.Скачать (47 КБ)
1.0.2-fabric-1.21.1Релиз1.21.1fabric, forge, neoforge, quilt20 июня 2025 г.Скачать (40 КБ)
1.0.2-fabric-1.20.1Релиз1.20, 1.20.1fabric, forge, neoforge, quilt20 июня 2025 г.Скачать (40 КБ)
1.0.1-fabric-1.21.1Релиз1.21.1fabric, forge, neoforge, quilt17 июня 2025 г.Скачать (36 КБ)
1.0.1-fabric-1.20.1Релиз1.20, 1.20.1fabric, forge, neoforge, quilt17 июня 2025 г.Скачать (37 КБ)
1.0.0-fabric-1.20Релиз1.20, 1.20.1fabric, forge, neoforge, quilt17 июня 2025 г.Скачать (37 КБ)

Ченджлог

1.0.4-fabric-1.21.1Релиз1.21.1 · 30 июня 2025 г.

New :

The new configurations are:

  • "skeletonHeadShouldDropExperience": true

  • "respawnedEntityShouldDropExperience": true

  • "respawnedEntityShouldDropItem": true

  • "canSpawnFromSpawner": false

The Skeleton Head will now keep the entity's helmet and pass it to the respawned entity too!

The Skeleton Head will have a percentage chance of dropping either a Skeleton Head or a Wither Skeleton Head, depending on which one it is.

1.0.4-fabric-1.20.1Релиз1.20, 1.20.1 · 29 июня 2025 г.

New :

The new configurations are:

  • "skeletonHeadShouldDropExperience": true

  • "respawnedEntityShouldDropExperience": true

  • "respawnedEntityShouldDropItem": true

  • "canSpawnFromSpawner": false

The Skeleton Head will now keep the entity's helmet and pass it to the respawned entity too!

The Skeleton Head will have a percentage chance of dropping either a Skeleton Head or a Wither Skeleton Head, depending on which one it is.

1.0.2-fabric-1.21.1Релиз1.21.1 · 20 июня 2025 г.

New :

A new config file "entity-type-that-should-spawn-head_config.json" allows you to list custom entity types that can spawn skulls and respawn as the original entity :

{
  "skeletonHeadEntities": [
    "minecraft:skeleton",
    "modid:custom_archer"
  ],
  "witherSkeletonHeadEntities": [
    "minecraft:wither_skeleton",
    "modid:dark_knight"
  ]
}
1.0.2-fabric-1.20.1Релиз1.20, 1.20.1 · 20 июня 2025 г.

New :

A new config file "entity-type-that-should-spawn-head_config.json" allows you to list custom entity types that can spawn skulls and respawn as the original entity :

{
  "skeletonHeadEntities": [
    "minecraft:skeleton",
    "modid:custom_archer"
  ],
  "witherSkeletonHeadEntities": [
    "minecraft:wither_skeleton",
    "modid:dark_knight"
  ]
}
1.0.1-fabric-1.20.1Релиз1.20, 1.20.1 · 17 июня 2025 г.

Mebahel's Skeleton Revival v1.0.1

New :

  • A new config parameter in tick : timeBeforeRevival (can go from 30 to whatever you want, by default it is 140)

Комментарии

Загружаем…