From 46e2c565ba4de6aa05cffb8af7d5859858bf7f1e Mon Sep 17 00:00:00 2001 From: Casimir Date: Sat, 6 Dec 2014 19:29:11 +0100 Subject: [PATCH] Add a minetest.conf.example with all available settings --- minetest.conf.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 minetest.conf.example diff --git a/minetest.conf.example b/minetest.conf.example new file mode 100644 index 0000000..b5f8291 --- /dev/null +++ b/minetest.conf.example @@ -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