We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f771a commit 9c28acdCopy full SHA for 9c28acd
builtin/settingtypes.txt
@@ -580,10 +580,11 @@ parallax_occlusion_bias (Parallax occlusion bias) float 0.04
580
enable_waving_water (Waving liquids) bool false
581
582
# The maximum height of the surface of waving liquids.
583
-# 1.0 = Wave reaches the top of blocks.
+# 4.0 = Wave height is two nodes.
584
# 0.0 = Wave doesn't move at all.
585
+# Default is 1.0 (1/2 node).
586
# Requires waving liquids to be enabled.
-water_wave_height (Waving liquids wave height) float 1.0 0.0 1.0
587
+water_wave_height (Waving liquids wave height) float 1.0 0.0 4.0
588
589
# Length of liquid waves.
590
0 commit comments