English | 简体中文
A lightweight Fabric mod that allows players to drop their own heads when killed by a Charged Creeper. (Now it can control the behavior of Creepers after exploding)
In vanilla survival, Charged Creepers can cause zombies, skeletons, and other mobs to drop their heads, but players are excluded from this mechanic.
CreeperBoom fixes this: when a player is killed by a Charged Creeper, a player head with their unique skin texture will drop at the location.
I searched through the community and couldn't find a mod that only implements "dropping player heads via Charged Creepers" and "prevent Creeper explosions from destroying blocks" without adding extra bloat, so I decided to write it myself.
After the first run, the mod will generate a configuration file named creeper.json in the .minecraft/config/ directory.
{
"dropChance": 1.0,
"preventBlockDamage": true
}- dropChance: The probability of the head dropping.
- Range:
0.1-1.0(corresponds to 10% - 100%). - Default:
1.0(100% drop rate).
- Range:
- preventBlockDamage: Prevent Creeper explosions from destroying blocks.
- Range:
trueorfasle. - Default:
true.
- Range:
It is recommended to get the official release from Modrinth.
If you find any bugs during the explosion, feel free to contact me:
- Email: connect@baizhouzi.top
- GitHub: Submit an Issue directly on the repository.
- Add a feature to prevent Creepers from destroying blocks upon explosion.(Completed in v1.1)