Creeplets
Mod Features
The Creeplets mod introduces a new hostile mob to the game - the Creeplet. This is a smaller version of the Creeper that features increased movement speed and reduced explosive power.
Creeplets spawn in groups of 2-3 individuals in the same biomes where regular Creepers typically appear. When defeated, they drop Unstable Gunpowder, which can be used to craft a new block - the Unstable TNT.
The Unstable TNT explodes significantly faster than regular TNT, and its explosion power varies across a wide range, making its use more unpredictable and dangerous.
Installation
To install the mod, you'll need:
- Fabric Loader installed
- Fabric API and Cloth Config
- The Creeplets mod itself
All three components must be placed in the mods folder of your game.
Configuration
The mod provides extensive options for customizing Creeplet and Unstable TNT characteristics. Configuration can be adjusted through Mod Menu or directly in the configuration file.
{
// Time until Creeplet explosion. For vanilla Creeper the value is '30'
"fuseTime": 10,
// Explosion radius. For vanilla Creeper the value is '3'
"explosionRadius": 2,
// Movement speed. For vanilla Creeper the value is '0.25'
"movementSpeed": 0.5,
// Maximum health. For vanilla Creeper the value is '20'
"maxHealth": 10.0,
// Time until Unstable TNT explosion. For vanilla TNT the value is '80'
"tntFuseTime": 10,
// Minimum explosion power of Unstable TNT. Regular TNT explodes with power '4'
"tntMinPower": 2.0,
// Maximum explosion power of Unstable TNT. Regular TNT explodes with power '4'
"tntMaxPower": 10.0
}
The Creeplet in Action!
Unstable TNT & Unstable Gunpowder!