Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published yesterday
Updated 6 days ago
Mekanism: Water Provider
Water provider — a Mekanism addon for Minecraft 1.21.1 / NeoForge that adds a single machine: the Water Provider (water_provider).
Note
I made it for my own use, and currently it only supports 1.21.1 NeoForge. If you need other versions of this mod, please open an issue to let me know!
What it does
- It just adds a water provider block with unlimited water.
Configuration
config/Mekanism/water_provider.toml:
| Key | Default | Description |
|---|---|---|
allowLava |
true |
Whether lava buckets are accepted (water is always allowed) |
allowFilterUpgrade |
false |
Whether the Filter upgrade can be installed. When installed, two water buckets produce Heavy Water. While disabled, the Filter upgrade cannot be added and any provider that already has one installed stops producing |
allowAnyFluidBucket |
false |
Whether buckets of any fluid are accepted. When enabled, two matching fluid buckets produce that fluid |
baseRate |
1000 |
Output rate at 0 speed upgrades, in mB/t. Rate scales exponentially up to 2147483647 at 8 speed upgrades; the internal buffer (min 10 buckets) grows with speed to match the rate, so it never bottlenecks production |
Crafting
R O R
O O
S B S
RRedstone ·OOsmium Ingot (c:ingots/osmium) ·SSteel Ingot (c:ingots/steel) ·BBucket
Requirements
- Minecraft 1.21.1
- NeoForge 21.1.x
- Mekanism 10.7.19+
Building
./gradlew build
The build pulls Mekanism from modmaven.dev. A locally built Mekanism jar in a sibling ../Mekanism/build/libs directory, if present, takes precedence.
Credits & licensing
- Source code: MIT — see LICENSE.
- Minecraft is © Mojang Studios. NeoForge and Mekanism are © their respective authors.
- Textures: the block textures in this mod are derived from Mekanism's "Elite Chemical Tank" textures, which are used and modified under Mekanism's license. Credit to the Mekanism team and the original texture artist (CyanideX) for the base artwork.


