Fire: Add 'permanent flame' node
[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 # The time in seconds after which the bones of a dead player can be looted by everyone
9 # 0 to disable
10 #share_bones_time = 1200
11
12 # Whether standard fire should be disabled ('basic flame' nodes will disappear)
13 # 'permanent flame' nodes will remain with either setting
14 #disable_fire = false
15
16 # Whether steel tools, torches and cobblestone should be given to new players
17 #give_initial_stuff = false
18
19 # Whether the TNT mod should be enabled
20 #enable_tnt = <true in singleplayer, false in multiplayer>
21
22 # The radius of a TNT explosion
23 #tnt_radius = 3
24
25 # Enable the stairs mod ABM that replaces the old 'upside down'
26 # stair and slab nodes in old maps with the new param2 versions.
27 #enable_stairs_replace_abm = false
28
29 # Whether you allow respawning in beds
30 # Default value is true
31 #enable_bed_respawn = true
32
33 # Whether players can skip night by sleeping
34 # Default value is true
35 #enable_bed_night_skip = true