GetHub~/registry/mods/creeper-mod
/public
ssssss... an open-source explosion engine for advanced block warfare. Procedural creeper spawning, diamond pathfinding, and a fully tweakable blast-radius API. Drop it in, watch it boom.
Java14.7k stars2.3k forksv3.1.4-creeper
Clone repository
git clone gethub.dev/mojangler/creeper-mod.gitSource tree
Live build log
creeper-mod — gradle runClient
src/CreeperEntity.java
1public class CreeperEntity extends HostileMob {2 private final float fuse = 1.5f;3 private final float blastRadius = 3.0f;4 5 // scan for shiny rocks before exploding6 public void onTick(World world) {7 BlockPos ore = scanForDiamonds(world, 64);8 if (playerWithin(1)) hiss().then(this::explode);9 }10}Creeper MOD
A drop-in mod that adds smarter, hissier creepers to your world. The explosion engine is fully data-driven and the diamond scanner runs on a tidy little pathfinding heuristic. No spyware, no telemetry, just controlled chaos.
- Procedural creeper spawning
- Tweakable blast-radius API
- Diamond ore scanner (64-block radius)
- Configurable fuse timing
Heads up: this is a parody repository. Every button here has exactly one job, and it is not the job you think it is.
Licensed under · built for laughs