1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Settings: Add missing settings to settingtypes.txt

Conf.example: Remove quotes from bones modes. Setting does not work
if quotes are used.
This commit is contained in:
Paramat
2018-06-04 00:01:56 +01:00
committed by GitHub
parent e376d57bd2
commit bcf76eab1d
2 changed files with 16 additions and 5 deletions

View File

@ -8,10 +8,10 @@
#creative_mode = false
# Sets the behaviour of the inventory items when a player dies.
# "bones": Store items in a bone node but drop items if inside protected area.
# "drop": Drop items on the ground.
# "keep": Player keeps items.
#bones_mode = "bones"
# bones: Store items in a bone node but drop items if inside protected area.
# drop: Drop items on the ground.
# keep: Player keeps items.
#bones_mode = bones
# The time in seconds after which the bones of a dead player can be looted by
# everyone.