2019-09-24 18:41:33 +02:00
|
|
|
# This is a game specific minetest.conf file, do not edit
|
2015-06-29 19:53:39 +02:00
|
|
|
|
2019-09-24 18:41:33 +02:00
|
|
|
# Basic game rules
|
2015-06-29 19:53:39 +02:00
|
|
|
time_speed = 72
|
|
|
|
|
2019-09-24 18:41:33 +02:00
|
|
|
# Player physics
|
2015-06-29 19:53:39 +02:00
|
|
|
movement_acceleration_default = 2.4
|
|
|
|
movement_acceleration_air = 1.2
|
|
|
|
#movement_acceleration_fast = 10
|
|
|
|
|
2017-01-20 21:48:52 +01:00
|
|
|
movement_speed_walk = 4.317
|
|
|
|
movement_speed_crouch = 1.295
|
2017-09-10 06:37:03 +02:00
|
|
|
movement_speed_fast = 25.0
|
2015-06-29 19:53:39 +02:00
|
|
|
|
|
|
|
movement_speed_jump = 6.6
|
2017-06-03 12:38:11 +02:00
|
|
|
movement_speed_climb = 2.35
|
2017-06-03 13:39:34 +02:00
|
|
|
# TODO: Add descend speed (3.0) when available
|
2015-06-29 19:53:39 +02:00
|
|
|
|
2017-06-03 04:18:58 +02:00
|
|
|
movement_liquid_fluidity = 1.13
|
|
|
|
movement_liquid_fluidity_smooth = 0.5
|
2017-11-24 07:07:21 +01:00
|
|
|
movement_liquid_sink = 23
|
2015-06-29 19:53:39 +02:00
|
|
|
|
|
|
|
movement_gravity = 10.4
|
|
|
|
|
2019-09-24 18:41:33 +02:00
|
|
|
# Mapgen stuff
|
|
|
|
|
|
|
|
# altitude_chill and altitude_dry doesn't go well together with MCL2 biomes
|
|
|
|
# which already include "snowed" variants as you go higher.
|
|
|
|
# humid_rivers would cause the MushroomIsland biome to appear frequently around rivers.
|
|
|
|
mgvalleys_spflags = noaltitude_chill,noaltitude_dry,nohumid_rivers,vary_river_depth
|
|
|
|
|
|
|
|
# MCL2-specific stuff
|
2015-06-29 19:53:39 +02:00
|
|
|
keepInventory = false
|
2021-02-23 03:48:09 +01:00
|
|
|
|
|
|
|
dedicated_server_step = 0.001
|