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.

- Target passives to target non-hostile mobs.
- No grief to prevent damaging blocks.
- No fleeing to stop fleeing from cats and ocelots.
- No fall damage for no fall damage, obviously.
- Visibility check override to remove the need for target visibility.
- Pouncing, which is the same as 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, aka an explosion from a charged creeper, will charge creepers caught in it.
- Naturally spawning charged creepers; as it says, they can spawn already charged.
- Configurability, as everything on this feature list can either be adjusted or enabled/disabled.
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.
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.







