Explosion Control & Rebalance

Quick rating

Explosion Control & Rebalance

No reviews yet

Simple server-side mod (works in singleplayer as well) that gives you configurable control over explosions by allowing you to toggle griefing, add extra knockback, and/or modify damage for each source.

Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.1+26.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Explosion Control & Rebalance

Simple server-side mod (works in singleplayer as well) that gives you configurable control over explosions by allowing you to toggle griefing, add extra knockback, and/or modify damage for each source.

gif

Config

The mod is highly configurable allowing you to tweak aspects of the knockback and falloff as well as settings for each different type of explosion. You are also able to configure explosions from other mods using the Explosions.Custom.Exploders config option.

Click to see the default config file
# Controls aspects of the added knockback
[Knockback]
	# Strength of extra knockback caused by the explosion.
	# Default: 3.0
	KnockbackStrength = 3.0
	# Multiplier of extra knockback caused by the explosion to players.
	# Default: 0.9
	PlayerKnockbackMultiplier = 0.9
	# The amount of upward velocity added by the explosion as part of its knockback.
	# Default: 0.1
	UpwardsKnockback = 0.1

# Controls the falloff used for knockback and damage
[Falloff]
	# Exponent used for calculating the falloff.
	# Default: 2.0
	FalloffExponent = 2.0
	# Adds to the radius when calculating the falloff. Allows for entities near the edge of the explosion to still get some knockback
	# Default: 1.0
	FalloffExtension = 1.0

# Controls aspects of different types of explosions
[Explosions]

	[Explosions.Creeper]
		# Prevents creeper explosions from breaking blocks.
		# Default: true
		DisableCreeperGriefing = true
		# Enables extra knockback for creeper explosions.
		# Default: true
		EnableCreeperKnockback = true
		# Multiplier for extra knockback caused by creeper explosions.
		# Default: 1.0
		CreeperKnockbackMultiplier = 1.0
		# Multiplier for the total damage caused by creeper explosions.
		# Default: 1.0
		CreeperDamageMultiplier = 1.0

	[Explosions.EndCrystal]
		# Prevents end crystal explosions from breaking blocks and setting blocks on fire.
		# Default: false
		DisableEndCrystalGriefing = false
		# Enables extra knockback for end crystal explosions.
		# Default: true
		EnableEndCrystalKnockback = true
		# Multiplier for extra knockback caused by end crystal explosions.
		# Default: 0.75
		EndCrystalKnockbackMultiplier = 0.75
		# Multiplier for the total damage caused by end crystal explosions.
		# Default: 1.0
		EndCrystalDamageMultiplier = 1.0

	[Explosions.Fireball]
		# Prevents fireball explosions from breaking blocks and setting blocks on fire.
		# Default: false
		DisableFireballGriefing = false
		# Enables extra knockback for fireball explosions.
		# Default: true
		EnableFireballKnockback = true
		# Multiplier for extra knockback caused by fireball explosions.
		# Default: 0.75
		FireballKnockbackMultiplier = 0.75
		# Multiplier for the total damage caused by fireball explosions.
		# Default: 1.0
		FireballDamageMultiplier = 1.0

	[Explosions.TNT]
		# Prevents TNT explosions from breaking blocks.
		# Default: false
		DisableTNTGriefing = false
		# Enables extra knockback for TNT explosions.
		# Default: true
		EnableTNTKnockback = true
		# Multiplier for extra knockback caused by TNT explosions.
		# Default: 1.25
		TNTKnockbackMultiplier = 1.25
		# Multiplier for the total damage caused by TNT explosions.
		# Default: 1.0
		TNTDamageMultiplier = 1.0

	# Wither
	[Explosions.Wither]

		[Explosions.Wither.Spawn]
			# Prevents wither spawning explosions from breaking blocks.
			# Default: false
			DisableWitherGriefing = false
			# Enables extra knockback for wither spawning explosions.
			# Default: true
			EnableWitherKnockback = true
			# Multiplier for extra knockback caused by wither spawning explosions.
			# Default: 2.0
			WitherKnockbackMultiplier = 2.0
			# Multiplier for the total damage caused by wither spawning explosions.
			# Default: 1.0
			WitherDamageMultiplier = 1.0

		[Explosions.Wither.Skull]
			# Prevents wither skull explosions from breaking blocks.
			# Default: false
			DisableWitherSkullGriefing = false
			# Enables extra knockback for wither skull explosions.
			# Default: true
			EnableWitherSkullKnockback = true
			# Multiplier for extra knockback caused by wither skull explosions.
			# Default: 0.75
			WitherSkullKnockbackMultiplier = 0.75
			# Multiplier for the total damage caused by wither skull explosions.
			# Default: 1.0
			WitherSkullDamageMultiplier = 1.0

	[Explosions.Custom]
		# Allows for adding explosions from other mods.
		# Format: [EntityID, DisableGriefing, EnableKnockback, KnockbackMultiplier, DamageMultiplier]
		# Example: [["entity.minecraft.creeper", true, true, 1.0, 1.0], ["entity.minecraft.tnt", false, true, 1.25, 1.0]]
		Exploders = [[]]

Screenshots

Gallery

  • Knockback + No Griefing
    Knockback + No Griefing A creeper explosion with knockback enabled and griefing disabled

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works