Stairs: Add straw and metal blocks
[oweals/minetest_game.git] / minetest.conf.example
1 # This file contains settings of minetest_game that can be changed in
2 # minetest.conf
3 #
4 # By default, all the settings are commented and not functional.
5 # Uncomment settings by removing the preceding #.
6
7 # Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
8 #creative_mode = false
9
10 # The time in seconds after which the bones of a dead player can be looted by everyone
11 # 0 to disable
12 #share_bones_time = 1200
13
14 # Whether fire should be disabled (all fire nodes will instantly disappear)
15 #disable_fire = false
16
17 # Whether steel tools, torches and cobblestone should be given to new players
18 #give_initial_stuff = false
19
20 # Whether the TNT mod should be enabled
21 #enable_tnt = <true in singleplayer, false in multiplayer>
22
23 # The radius of a TNT explosion
24 #tnt_radius = 3
25
26 # Enable the stairs mod ABM that replaces the old 'upside down'
27 # stair and slab nodes in old maps with the new param2 versions.
28 #enable_stairs_replace_abm = false