ExplosionLib

Quick rating

Community listing page, reviews here may not be monitored by the author.

ExplosionLib

By remag

No reviews yet

A library mod for better and easier custom explosions

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

About

Project Details

Type
Mod
Latest Version
explosionlib-1.2.0-1.21.11.jar

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

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ExplosionLib is a server-side library mod that provides a custom explosion simulation, designed to make large explosions look more realistic. It offers configurable options for:

  • Generating fire in the crater.
  • Placing netherrack under some fire for persistence.
  • Forcing fire generation in certain explosions (like beds or ghast fireballs).
  • Spawning debris that flies outward from the crater.

The mod is fully compatible with singleplayer and includes a config to disable fire, persistent fire, and debris. ExplosionLib can replace vanilla explosions with the custom simulation if enabled in the config.

Developers can integrate ExplosionLib by adding it as a dependency via Cursemaven in their build.gradle, then using the ExplosionHandler.explode() method:

ExplosionHandler.explode(new ExplosionContext(
       ExplosionContext.SimulationType.POLYHEDRAL,
       level,
       pos,
       power,
       fire,
       forceFire,
       persistentFire,
       debris,
       source
));
  • SimulationType can be POLYHEDRAL for the custom explosion or VANILLA to use the default Minecraft explosion behavior.
  • For vanilla explosions, forceFire determines whether fire is generated, ensuring that some effects (like beds or ghast fireballs) always spawn fire, regardless of the config.

This allows you to use a single method for both vanilla and custom explosions, giving you flexibility and visual fidelity for large-scale effects.

If you need more help with the mod I have a discord

If you want to play on a server with your friends to experience fancy explosions together then you should get a server from Apex Hosting, they provide powerful hardware, good for making huge explosions and by using code APEX25 you can get 25% off your first month of hosting, just click the banner below! And by using Apex Hosting you support me to make more mods like these!

Apex Hosting Banner

Screenshots

Gallery

This project has no gallery images yet.

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
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