Flint & steel sounds: Fix bugs caused by nil position
[oweals/minetest_game.git] / minetest.conf.example
1 # This file contains settings of Minetest Game that can be changed in minetest.conf
2 # By default, all the settings are commented and not functional.
3 # Uncomment settings by removing the preceding #.
4
5 # Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
6 #creative_mode = false
7
8 # Sets the behaviour of the inventory items when a player dies.
9 #  "bones": Store all items inside a bone node but drop items if inside protected area
10 #  "drop": Drop all items on the ground
11 #  "keep": Player keeps all items
12 #bones_mode = "bones"
13
14 # The time in seconds after which the bones of a dead player can be looted by everyone
15 # 0 to disable
16 #share_bones_time = 1200
17
18 # How much earlier the bones of a dead player can be looted by
19 # everyone if the player dies in a protected area they don't own.
20 # 0 to disable. By default it is "share_bones_time" divide by four.
21 #share_bones_time_early = 300
22
23 # Whether fire should be enabled. If disabled, 'basic flame' nodes will disappear.
24 # 'permanent flame' nodes will remain with either setting.
25 #enable_fire = true
26
27 # Enable flame sound.
28 #flame_sound = true
29
30 # Whether the stuff in initial_stuff should be given to new players
31 #give_initial_stuff = false
32 #initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,default:torch 99,default:cobble 99
33
34 # Whether the TNT mod should be enabled
35 #enable_tnt = <true in singleplayer, false in multiplayer>
36
37 # The radius of a TNT explosion
38 #tnt_radius = 3
39
40 # Enable the stairs mod ABM that replaces the old 'upside down'
41 # stair and slab nodes in old maps with the new param2 versions.
42 #enable_stairs_replace_abm = false
43
44 # Whether you allow respawning in beds
45 # Default value is true
46 #enable_bed_respawn = true
47
48 # Whether players can skip night by sleeping
49 # Default value is true
50 #enable_bed_night_skip = true