CreeperRebalance

Mod

Server-side mod that disables creeper explosion griefing, while also increasing explosion knockback to compensate.

Server Game Mechanics Mobs

145 downloads
1 follower
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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: 4.0
knockbackMult = 4.0

# Multiplier for extra knockback caused by the explosion to players.
# Set to -1.0 to default to the value of knockbackMult.
# Default: 3.5
playerKnockbackMult = 3.5

# Adjusts the upward velocity added by the explosion as part of its knockback.
# Default: 0.1
knockbackUp = 0.1

# Exponent used for calculating the falloff.
# Default: 2.5
falloffExponent = 2.5

Project members

Dyvinia

Member

Details

Licensed MIT
Published 2 months ago
Updated 2 months ago