HomeJavaModsWaterfall Limit
Waterfall Limit
ModsJava

Waterfall Limit

by TiTi · on Modrinth

A lightweight Minecraft mod that limits the height of natural vertical waterfalls and lavafalls with visual evaporation effects.

⬇ Download on Modrinth
Waterfall Limit — screenshot 1Waterfall Limit — screenshot 2Waterfall Limit — screenshot 3

Waterfall

waterfall and lavafall with Complementary Shaders

A lightweight and performance-friendly Minecraft mod that limits the height of natural waterfalls and lavafalls while adding immersive evaporation effects.

Waterfall prevents endless floating water and lava columns by detecting exposed vertical flows and causing them to dissipate after a configurable height limit. Designed to preserve natural-looking terrain generation without affecting rivers, oceans, canals, lava pools, or most player-built fluid systems.

Features

How It Works

The mod detects waterfalls and lavafalls by checking for vertical fluid columns surrounded by air on all four horizontal sides. Once the flow exceeds the configured maximum height, the fluid dissipates and visual particle effects appear.

Not Affected

Visual Effects

When a flow reaches its limit, the mod generates immersive particle effects:

Configuration

Config file location:

config/waterfall-common.toml

#Enable or disable the mod entirely
enabled = true

[waterfall]
	#Maximum height (in blocks) of a vertical waterfall before it evaporates
	# Default: 12
	# Range: 1 ~ 100
	maxHeight = 12
	#Show cloud/splash particle effects when a waterfall evaporates
	enableEvaporationEffect = true
	#Density of evaporation particles (0.0 = none, 1.0 = maximum)
	# Default: 0.5
	# Range: 0.0 ~ 1.0
	particleDensity = 0.5

[lavafall]
	#Maximum height (in blocks) of a vertical lavafall before it evaporates
	# Default: 12
	# Range: 1 ~ 100
	maxHeight = 12
	#Show smoke/flame particle effects when a lavafall evaporates
	enableEvaporationEffect = true

Default Settings

Requirements

License

Licensed under the MIT License.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more