Skip to content

Releases: iamsoNewBee/BetterWater

Lava compat

17 Mar 11:54
f516c7d

Choose a tag to compare

Details refer to the cfg.

Add BIome Check

16 Mar 05:28
f516c7d

Choose a tag to compare

Just like Regional Water.

The first release

07 Mar 15:28

Choose a tag to compare

New Features:

  • Full Support for Custom Fluids: Automatically detects all registered fluid blocks via Forge's FluidRegistry (including liquids added by other mods). The infinite water control logic now correctly counts source blocks within these fluids, making it effective for mod-added liquids such as EnviroMine's toxic water, Thermal Foundation's fluids, and more.

Core Functionality Recap:

  • Disables infinite water based on the number of connected water sources (small water bodies no longer regenerate after being drained).

  • Automatic water placement upon block breaking: when breaking a solid block near sea level (configurable), if the surrounding water body is large enough, a new water source is placed.

Highly configurable: all parameters (threshold, search radius, vertical range, etc.) can be adjusted via the configuration file.

Compatibility:

  • Compatible with most water-collecting items that follow vanilla physics (e.g., buckets, pipes).

  • For deeper integration with other mods, adjust via config or extend using reflection.