Add a minetest.conf.example with all available settings

master
Casimir 2014-12-06 19:29:11 +01:00
parent f68078ae5d
commit 46e2c565ba
1 changed files with 16 additions and 0 deletions

16
minetest.conf.example Normal file
View File

@ -0,0 +1,16 @@
# This file contains settings of minetest_game that can be changed in your minetest.conf
#
# By default, all the settings are commented and not functional.
# Uncomment settings by removing the preceding #.
# Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
#creative_mode = false
# The time in seconds after which the bones of a dead player can be looted by everyone
# 0 to disable
#share_bones_time = 1200
# Do not lose your inventory in the case of death.
#disable_bones = false
# Whether fire should be disabled (all fire nodes will instantly disappear)
#disable_fire = false