Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 10 hours ago
Updated yesterday
CreeperRebalance
Simple server-side mod (works in singleplayer as well) that disables creeper explosion griefing, while also increasing explosion knockback to compensate.
Config
The knockback amount for players and other entities are configurable, as well as the falloff for the exponent. You can also keep the normal creeper explosions if you want the knockback without disabling griefing.
# Prevents creeper explosions from breaking blocks.
# Default: true
disableGriefing = true
# Multiplier for extra knockback caused by the explosion.
# Set to 0.0 for vanilla behavior.
# Default: 3.0
knockbackMult = 3.0
# Multiplier for extra knockback caused by the explosion to players.
# Set to -1.0 to default to the value of knockbackMult.
# Default: 2.0
playerKnockbackMult = 2.0
# Exponent used for calculating the falloff.
# Default: 2.0
falloffExponent = 2.0