Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Creeper Evolution
A mod intended to allow you to customize creeper behavior. This mod was cooked up in like a day or two, so don't expect anything too polished.
Showcase

Features this mod offers
- Target passives to target non-hostile mobs.
- No grief to prevent damaging blocks.
- No fleeing from cats and ocelots.
- No fall damage for no fall damage, obviously.
- Visibility check override for the target visiblity check made when in the ignition phase.
- Creeper pouncing, which is similar to spider pouncing.
- Random fuse times ranging from instantaneous explosions to standard vanilla fuse times.
- Extra ignition sources such as explosions, fire, and redstone.
- Charged creeper charging so that an explosion from a charged creeper will charge nearby creepers.
- Naturally spawning charged creepers; you can control how often they do or effectively disable it as well.
- Configurable, as everything on this feature list can be adjusted or enabled/disabled.
Dependencies
Configuration
Details
Configuration file path: config/creeperevolution/creeper-evolution.json (Generated on startup).
{
// WARNING: DO NOT COPY THIS EXAMPLE JSON
// All of this was made clear in the features list
"creeper_target_passives": false,
"no_creeper_grief": false,
"no_creeper_flee": false,
"no_fall_damage": false,
"check_visibility": true,
"creeper_pounce": false,
"random_fuse_time": false,
"extra_ignition_sources": true,
"charged_creeper_charging": true,
"charged_creeper_spawn_chance": 0.2
}
Every single setting is a simple boolean value (true/false) besides charged_creeper_spawn_chance, which is a float that goes from 0.00 to 1.00 (0% to 100%).
Edit the values and restart the server or use /ce reload to apply said changes. Delete the JSON file if it ever becomes malformed to let it regenerate.
Support
Thank you for downloading. I would really appreciate it if you could report any potential issues you encounter in the comments section of the CurseForge mod page, as I currently have no other way to receive feedback. You can also support me by sharing the mod around, as it really motivates me to work on it when there are people benefiting from its usage, no matter how small.



