CurseForge · Minecraft mod
Sponges Overhaul
This mod adds 7 new sponge types — water, lava, fire, mob, snow, potion, and diamond. Arrange 8 of the same type in a 2×2×2 cube to unleash their full potential.
Quick answer
Which Sponges Overhaul release should I use?
Sponges Overhaul sponges-overhaul-1.0.2-26.3.jar targets 26.3 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Sponges Overhaul required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Sponges Overhaul sponges-overhaul-1.0.2-26.3.jar need?
sponges-overhaul-1.0.2-26.3.jar. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Sponges Overhaul without breaking your instance.
Built for Sponges Overhaul sponges-overhaul-1.0.2-26.3.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use sponges-overhaul-1.0.2-26.3.jar. It targets 26.3 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside sponges-overhaul-1.0.2-26.3.jar. It opens that exact file at the source.
About this project
What does Sponges Overhaul add?
Sponges Overhaul
Sponges Overhaul adds seven new sponge types to Minecraft, each designed to absorb something different. Whether you're dealing with lava lakes, mob invasions, or a cloud of lingering potions, there's a sponge for that.
Getting started
All sponges in this mod replace the vanilla sponge — just drop a vanilla sponge in your crafting table to convert it into the mod's base water sponge. From there, every other type is crafted by surrounding a sponge with 4 of its matching ingredient in a cross pattern. Wet sponges dry out in a furnace as usual. Note that only sponges where it makes sense — water, snow, and diamond — will dry out automatically when placed in the Nether.
The Sponges
Sponge — The classic, now reworked. Absorbs water and underwater plants in a radius around it.
Lava Sponge — Crafted with lava buckets. Works like the water sponge, but for lava. Great for the Nether.
Fire Sponge — Crafted with fire charges. Absorbs fire blocks in a spherical area. If it soaks up soul fire instead, the wet version takes on a blue appearance as a small visual bonus.
Potion Sponge — Crafted with nether wart. Absorbs lingering potion clouds on the ground. Handy for cleaning up after a witch fight.
Undead Sponge — Crafted with bone blocks. Absorbs nearby undead mobs and stores them inside. The wet version slowly releases them back one by one over time — handle it carefully, or smelt it to get your dry sponge back.
Snow Sponge — Crafted with snow blocks. Absorbs snow and powder snow in an area. Perfect for clearing out winter landscapes.
Diamond Sponge — Crafted with diamonds around a water sponge. Absorbs water just like the regular one, but with a dramatically larger range and capacity. Worth the investment when draining an ocean monument.
The 2×2×2 Cube
Every sponge type has a hidden upgrade mechanic: if you place 8 of the same type in a 2×2×2 cube, they link together and act as one supercharged unit with 4× the range and 8× the absorption capacity. Great for large-scale drainage or clearing out massive fires.
Developer API
CustomSponges accepts a fluid class, a block class, or a block tag as the target. Here's a quick example:
Block PETROL_SPONGE = new CustomSponges(
SpongeBlocks.spongeProperties.setId(
ResourceKey.create(Registries.BLOCK,
Identifier.fromNamespaceAndPath("yourmodid", "petrol_sponge"))
),
PetrolFluid.class,
WET_PETROL_SPONGE
);
SpongeBlocks.spongeBlocks.add(PETROL_SPONGE);
For the full API documentation and more details, see API.md on GitHub.
A note from the author
Hi! If you have an idea for a new sponge type, feel free to suggest it in the comments — I'd be happy to add it and credit you for the idea. Bug reports and feedback are always appreciated.
If you've read this far, you have my gratitude!
Project description from CurseForge.
Pick your setup
Sponges Overhaul by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3
1 loader build26.1.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Sponges Overhaul versions and loaders
sponges-overhaul-1.0.2-26.3.jar
19 Sept 2026
sponges-overhaul-1.0.2.jar
1 Jun 2026
sponges-overhaul-1.0.1.jar
1 Jun 2026
sponges-overhaul-1.0.0.jar
1 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.