From f452870cb3555c9b084d26b2270bc11d0e22f6ce Mon Sep 17 00:00:00 2001 From: garywhite207 Date: Sat, 3 Dec 2016 12:58:09 -0800 Subject: [PATCH] game.conf changed from Minetest Game to Minetest Life --- game.conf | 1 + minetest.conf.example | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 game.conf create mode 100644 minetest.conf.example diff --git a/game.conf b/game.conf new file mode 100644 index 0000000..a686762 --- /dev/null +++ b/game.conf @@ -0,0 +1 @@ +name = Minetest Life diff --git a/minetest.conf.example b/minetest.conf.example new file mode 100644 index 0000000..813f195 --- /dev/null +++ b/minetest.conf.example @@ -0,0 +1,41 @@ +# This file contains settings of Minetest Game that can be changed in 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 + +# How much earlier the bones of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_bones_time" divide by four. +#share_bones_time_early = 300 + +# Whether standard fire should be disabled ('basic flame' nodes will disappear) +# 'permanent flame' nodes will remain with either setting +#disable_fire = false + +# Whether the stuff in initial_stuff should be given to new players +#give_initial_stuff = false +#initial_stuff = default:pick_steel,default:axe_steel,default:shovel_steel,default:torch 99,default:cobble 99 + +# Whether the TNT mod should be enabled +#enable_tnt = + +# The radius of a TNT explosion +#tnt_radius = 3 + +# Enable the stairs mod ABM that replaces the old 'upside down' +# stair and slab nodes in old maps with the new param2 versions. +#enable_stairs_replace_abm = false + +# Whether you allow respawning in beds +# Default value is true +#enable_bed_respawn = true + +# Whether players can skip night by sleeping +# Default value is true +#enable_bed_night_skip = true