Skip to content

Commit 954d64a

Browse files
committedDec 6, 2014
Add a minetest.conf.example with all available settings
1 parent ef0eb4d commit 954d64a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎minetest.conf.example

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.