@@ -574,11 +574,11 @@ parallax_occlusion_bias (Parallax occlusion bias) float 0.04
574
574
# Requires shaders to be enabled.
575
575
enable_waving_water (Waving water) bool false
576
576
577
- water_wave_height (Waving water height) float 1.0
577
+ water_wave_height (Waving water wave height) float 1.0
578
578
579
- water_wave_length (Waving water length ) float 20.0
579
+ water_wave_length (Waving water wavelength ) float 20.0
580
580
581
- water_wave_speed (Waving water speed) float 5.0
581
+ water_wave_speed (Waving water wave speed) float 5.0
582
582
583
583
# Set to true enables waving leaves.
584
584
# Requires shaders to be enabled.
@@ -608,11 +608,11 @@ pause_on_lost_focus (Pause on lost window focus) bool false
608
608
# View distance in nodes.
609
609
viewing_range (Viewing range) int 100 20 4000
610
610
611
- # Camera near plane distance in nodes, between 0 and 0.5
611
+ # Camera ' near clipping plane' distance in nodes, between 0 and 0.5.
612
612
# Most users will not need to change this.
613
613
# Increasing can reduce artifacting on weaker GPUs.
614
614
# 0.1 = Default, 0.25 = Good value for weaker tablets.
615
- near_plane (Near plane) float 0.1 0 0.5
615
+ near_plane (Near clipping plane) float 0.1 0 0.5
616
616
617
617
# Width component of the initial window size.
618
618
screen_w (Screen width) int 1024
@@ -1117,17 +1117,44 @@ chat_message_limit_trigger_kick (Chat message kick threshold) int 50
1117
1117
1118
1118
[**Physics]
1119
1119
1120
+ # Horizontal and vertical acceleration on ground or when climbing,
1121
+ # in nodes per second per second.
1120
1122
movement_acceleration_default (Default acceleration) float 3
1123
+
1124
+ # Horizontal acceleration in air when jumping or falling,
1125
+ # in nodes per second per second.
1121
1126
movement_acceleration_air (Acceleration in air) float 2
1127
+
1128
+ # Horizontal and vertical acceleration in fast mode,
1129
+ # in nodes per second per second.
1122
1130
movement_acceleration_fast (Fast mode acceleration) float 10
1131
+
1132
+ # Walking and flying speed, in nodes per second.
1123
1133
movement_speed_walk (Walking speed) float 4
1134
+
1135
+ # Sneaking speed, in nodes per second.
1124
1136
movement_speed_crouch (Sneaking speed) float 1.35
1137
+
1138
+ # Walking, flying and climbing speed in fast mode, in nodes per second.
1125
1139
movement_speed_fast (Fast mode speed) float 20
1140
+
1141
+ # Vertical climbing speed, in nodes per second.
1126
1142
movement_speed_climb (Climbing speed) float 3
1143
+
1144
+ # Initial vertical speed when jumping, in nodes per second.
1127
1145
movement_speed_jump (Jumping speed) float 6.5
1146
+
1147
+ # Decrease this to increase liquid resistence to movement.
1128
1148
movement_liquid_fluidity (Liquid fluidity) float 1
1149
+
1150
+ # Maximum liquid resistence. Controls deceleration when entering liquid at
1151
+ # high speed.
1129
1152
movement_liquid_fluidity_smooth (Liquid fluidity smoothing) float 0.5
1130
- movement_liquid_sink (Liquid sinking speed) float 10
1153
+
1154
+ # Controls sinking speed in liquid.
1155
+ movement_liquid_sink (Liquid sinking) float 10
1156
+
1157
+ # Acceleration of gravity, in nodes per second per second.
1131
1158
movement_gravity (Gravity) float 9.81
1132
1159
1133
1160
[**Advanced]
@@ -1429,12 +1456,12 @@ mgv5_np_dungeons (Dungeon noise) noise_params_3d 0.9, 0.5, (500, 500, 500), 0, 2
1429
1456
1430
1457
# Map generation attributes specific to Mapgen v6.
1431
1458
# The 'snowbiomes' flag enables the new 5 biome system.
1432
- # When the new biome system is enabled jungles are automatically enabled and
1459
+ # When the 'snowbiomes' flag is enabled jungles are automatically enabled and
1433
1460
# the 'jungles' flag is ignored.
1434
- mgv6_spflags (Mapgen V6 specific flags) flags jungles,biomeblend,mudflow,snowbiomes,trees jungles,biomeblend,mudflow,snowbiomes,flat,trees,nojungles,nobiomeblend,nomudflow,nosnowbiomes,noflat,notrees
1461
+ mgv6_spflags (Mapgen V6 specific flags) flags jungles,biomeblend,mudflow,snowbiomes,noflat, trees jungles,biomeblend,mudflow,snowbiomes,flat,trees,nojungles,nobiomeblend,nomudflow,nosnowbiomes,noflat,notrees
1435
1462
1436
1463
# Deserts occur when np_biome exceeds this value.
1437
- # When the new biome system is enabled, this is ignored.
1464
+ # When the 'snowbiomes' flag is enabled, this is ignored.
1438
1465
mgv6_freq_desert (Desert noise threshold) float 0.45
1439
1466
1440
1467
# Sandy beaches occur when np_beach exceeds this value.
0 commit comments