Skip to content

Commit 9c28acd

Browse files
committedDec 21, 2019
Allow wave_heights up to two nodes. #9220
1 parent 37f771a commit 9c28acd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎builtin/settingtypes.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,11 @@ parallax_occlusion_bias (Parallax occlusion bias) float 0.04
580580
enable_waving_water (Waving liquids) bool false
581581

582582
# The maximum height of the surface of waving liquids.
583-
# 1.0 = Wave reaches the top of blocks.
583+
# 4.0 = Wave height is two nodes.
584584
# 0.0 = Wave doesn't move at all.
585+
# Default is 1.0 (1/2 node).
585586
# Requires waving liquids to be enabled.
586-
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
587588

588589
# Length of liquid waves.
589590
# Requires waving liquids to be enabled.

0 commit comments

Comments
 (0)
Please sign in to comment.