- The Creeplet hostile mob! This new mob is a smaller, faster, and less explosive version of the Creeper.
- The Creeplet will spawn in groups of 2 to 3, anywhere the Creeper spawns.
- Drops Unstable Gunpowder when killed.
- The Unstable Gunpowder is used to craft the new Unstable TNT block.
- The Unstable TNT explodes faster and more variable than TNT.
- Install the Fabric Loader.
- Download Fabric API & Cloth Config.
- Download Creeplets.
- Put all three mods into your mods folder.
Each attribute of the Creeplet and Unstable TNT can be configured. The config can be accessed with Mod Menu or in your config folder.
{ // The time it takes for the Creeplet to explode. Default for vanilla Creeper is '30'. "fuseTime": 10, // The size of the explosion. Default for vanilla Creeper is '3'. "explosionRadius": 2, // How fast the Creeplet moves. Default for vanilla Creeper is '0.25'. "movementSpeed": 0.5, // The maximum health of the Creeplet. Default for vanilla Creeper is '20'. "maxHealth": 10.0, // The time it takes for the Unstable TNT to explode. Default for vanilla TNT is '80'. "tntFuseTime": 10, // The minimum power of the Unstable TNT. Vanilla TNT explodes at a power of '4'. "tntMinPower": 2.0, // The maximum power of the Unstable TNT. Vanilla TNT explodes at a power of '4'. "tntMaxPower": 10.0 }