Overview#
The Mob Dismemberment Mod is a long-standing aesthetic enhancement for Minecraft, originally created by iChun and later ported to modern versions like 1.20.1. The mod's primary purpose is to add a visceral sense of impact to combat by causing mobs to shatter into individual body parts upon death. Instead of the traditional 'poof' of smoke, mobs like Zombies and Skeletons explode into heads, limbs, and torsos that interact with the environment using real-time physics.
This mod is entirely clientside, meaning it only needs to be installed on the player's computer to function. It does not require server-side installation and will work on any server the player joins, provided the mod is active in their local instance. It is frequently paired with the Mob Amputation Mod for a complete gore and dismemberment experience.

Affected Mobs#
The mod specifically targets bipedal and common hostile mobs to ensure high-quality custom models for each 'gib' (body part). While the mod does not change the base stats or behavior of these mobs, it completely overhauls their death state.
Supported Mob List
| Mob | Health | Common Drops | Dismemberment Behavior |
|---|---|---|---|
| Zombie | 20 (10 Hearts) | Rotten Flesh, Iron Ingot | Breaks into head, arms, legs, and torso. Features red blood particles. |
| Skeleton | 20 (10 Hearts) | Bones, Arrows | Shatters into individual bones, a ribcage, and a skull. No blood. |
| Creeper | 20 (10 Hearts) | Gunpowder | Explodes into green, chunky fragments. No blood. |
| Zombified Piglin | 20 (10 Hearts) | Gold Nugget, Rotten Flesh | Similar to Zombies but with unique textures and gold sword gibs. Features red blood. |
| Wither Skeleton | 20 (10 Hearts) | Coal, Wither Skeleton Skull | Shatters into charred black bones and a skull. No blood. |

Mechanics#
The mod introduces several unique systems to handle the transition from a living mob to a collection of body parts.
Gibbing System
When a supported mob's health reaches zero, the standard death animation is bypassed. The mob model is instantly replaced by a set of 'gib' entities. These entities are not items and cannot be picked up; they are purely decorative physical objects.
Physics and Interaction
- Momentum: Gibs inherit the velocity of the killing blow. If a mob is killed while running toward the player, its parts will fly past the player.
- Explosions: If a mob is killed by TNT or a Creeper explosion, the gibs are launched significantly further and with higher velocity than a standard sword kill.
- World Interaction: Gibs have collision boxes. They will bounce off walls, slide down hills, and can be pushed around by the player or other entities before they despawn.
Blood Effects
For organic mobs (Zombies and Zombified Piglins), the mod spawns red particle effects at the moment of dismemberment. These particles are configurable and add to the 'gore' aesthetic of the mod.

Configuration#
The mod is highly customizable through its configuration file (mobdismemberment.cfg or via the in-game config menu in newer versions). Players can tailer the level of gore and the performance impact of the gibs.
Configuration Options
| Option | Default Value | Description |
|---|---|---|
blood |
1 (Enabled) | Toggles the red blood particles for Zombies and Piglins. |
gibGroundTime |
5.0 | The duration (in seconds) that body parts remain on the ground before fading away. |
pushFactor |
1.0 | A multiplier for the force applied to gibs upon death. Higher values cause limbs to fly further. |
checkUpdate |
1 (Enabled) | Toggles the mod's automatic update checker. |
greenBlood |
0 (Disabled) | In some versions, allows for green blood particles (often used for Creepers or Spiders in sub-mods). |
In modern versions (1.20.1+), these settings may also be found under the Animated Corpse toggle in the 'Other' settings menu.
Items and Blocks#
The Mob Dismemberment Mod is strictly a cosmetic and mechanical overhaul. It does not add any new items, blocks, or crafting recipes to the game. All body parts generated by the mod are temporary entities and do not enter the player's inventory as items. Standard mob drops (like bones or rotten flesh) function exactly as they do in vanilla Minecraft.
Compatibility#
The mod is designed to be lightweight and compatible with most other mods.
- Mob Amputation: This is the sister mod to Mob Dismemberment. While Dismemberment handles death, Amputation allows players to hack off limbs while the mob is still alive (e.g., cutting off a Skeleton's arm so it can no longer use its bow). The two mods share assets and configuration styles.
- iChunUtil: For versions 1.12.2 and older, the iChunUtil library is a mandatory requirement for the mod to load.
- Shaders: The gib entities are compatible with most shader packs, though some high-end shaders may affect the lighting on the individual limb models.