Remove "Loading terrain" msg (too spammy)
[MineClone/MineClone2.git] / minetest.conf
blob6b6a4d6782f0fd1ce8253834e7be116657b3ba7d
1 # This is a game specific minetest.conf file, do not edit
3 # Basic game rules
4 time_speed = 72
6 # Player physics
7 movement_acceleration_default = 2.4
8 movement_acceleration_air = 1.2
9 #movement_acceleration_fast = 10
11 movement_speed_walk = 4.317
12 movement_speed_crouch = 1.295
13 movement_speed_fast = 25.0
15 movement_speed_jump = 6.6
16 movement_speed_climb = 2.35
17 # TODO: Add descend speed (3.0) when available
19 movement_liquid_fluidity = 1.13
20 movement_liquid_fluidity_smooth = 0.5
21 movement_liquid_sink = 23
23 movement_gravity = 10.4
25 # Mapgen stuff
27 # altitude_chill and altitude_dry doesn't go well together with MCL2 biomes
28 # which already include "snowed" variants as you go higher.
29 # humid_rivers would cause the MushroomIsland biome to appear frequently around rivers.
30 mgvalleys_spflags = noaltitude_chill,noaltitude_dry,nohumid_rivers,vary_river_depth
32 # MCL2-specific stuff
33 keepInventory = false