https://github.com/serilum/bigger-sponge-absorption-radius
🧽 Each extra sponge block placed next to one another increases the water absorption radius.
https://github.com/serilum/bigger-sponge-absorption-radius
bigger-sponge-absorption-radius curseforge fabric forge minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 3 months ago
JSON representation
🧽 Each extra sponge block placed next to one another increases the water absorption radius.
- Host: GitHub
- URL: https://github.com/serilum/bigger-sponge-absorption-radius
- Owner: Serilum
- License: other
- Created: 2023-12-12T09:51:25.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2024-12-06T12:41:40.000Z (6 months ago)
- Last Synced: 2025-02-23T02:33:30.118Z (3 months ago)
- Topics: bigger-sponge-absorption-radius, curseforge, fabric, forge, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/bigger-sponge-absorption-radius
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Bigger Sponge Absorption Radius
Download
You can download Bigger Sponge Absorption Radius on CurseForge and Modrinth:
  CurseForge:   https://curseforge.com/minecraft/mc-mods/bigger-sponge-absorption-radius
  Modrinth:      https://modrinth.com/mod/bigger-sponge-absorption-radiusIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
  For issues, ideas, suggestions or anything else, please follow this link:    -> Issue Tracker
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
  A wiki page entry about it is available here:    -> Pull Request Information
Mod Description
Requires the library mod Collective.
   This mod is part of The Vanilla Experience modpack and Serilum's Extra Bundle mod.
Bigger Sponge Absorption Radius extends the functionality of the sponge block. By placing multiple blocks next to each other, the absorption radius increases. Whenever the water hits a dry (non-wet) sponge, it absorps water in the combined radius around that block. Uses a recursive function to count how many sponge blocks are placed next to each other, whenever they are neighbouring blocks. The radius is calculated by the default sponge radius * neighbouring sponge block count. Wet sponges are counted but cannot start the absorption process.
The effect in action; all sponge blocks used will be turned into a wet sponge.
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!