Перейти к содержимому
Mineforgian

Mekanism: Water Provider

This project adds a simple block—water provider—to the game. It provides water infinitely (like a sink) for your industrial machines.

Загрузки
144
Подписчики
1
Обновлён
26 июля 2026 г.
Лицензия
MIT

Опубликован 26 июля 2026 г.

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
  • R Redstone · O Osmium Ingot (c:ingots/osmium) · S Steel Ingot (c:ingots/steel) · B Bucket

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.

Ченджлог

1.1.0Релиз1.21.1 · 26 июля 2026 г.

Changes

  • Output rate now scales exponentially with Speed upgrades: 1,000 mB/t at 0 upgrades up to 2,147,483,647 mB/t at 8 upgrades (max)
  • Internal buffer capacity now follows the output rate (minimum 10 buckets), so production is no longer capped by the buffer size
  • Removed Energy upgrade support — capacity is now driven by Speed instead
  • Config: baseRate default raised to 1000; removed the baseCapacityBuckets key
  • GUI: removed the capacity readout line (rate + stored amount remain)
1.0.4Релиз1.21.1 · 26 июля 2026 г.

Fixes

  • fix(model): wrong cullface
1.0.3Релиз1.21.1 · 26 июля 2026 г.

Fixes

  • Water Providers now have a correct block hitbox.
1.0.2Релиз1.21.1 · 26 июля 2026 г.

Changes

We did not change a lot. We just updated the block model.

Features

  • Now the Water Provider uses a new block model.
1.0.1Релиз1.21.1 · 26 июля 2026 г.

Fixes

  • Fixed an issue where dropped Water Provider items lost their owner and any stored items.

Features

  • Added the ability to install a "Filter Upgrade" to obtain Heavy Water.
  • Added support for placing various fluid buckets to obtain their fluids.

Notes

These two features are configurable via config file.

1.0.0Релиз1.21.1 · 26 июля 2026 г.

Our first release! This mod is a mod that simply adds a water provider block to the game. It can save your mind building your factory.

Комментарии

Загружаем…