# This file contains settings of minetest_game that can be changed in your minetest.conf

# Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
creative_mode (Creative mode) bool false

# Whether to render the player 3D or 2D (as a sprite)
player2d (2D player) bool false

# The time in seconds after which the bones of a dead player can be looted by everyone
# 0 to disable
share_bones_time (Bones share time) int 1200 0

# Do not lose your inventory in the case of death.
disable_bones (Disable bones) bool false

# Whether fire should be disabled (all fire nodes will instantly disappear)
disable_fire (Disable fire) bool false

# Whether the TNT mod should be enabled.
enable_tnt (TNT) bool true

# The radius of a TNT explosion.
tnt_radius (TNT radius) int 3 0

# Enable cloud and shadow intensity variation by the 'weather' mod.
# Non-functional in V6 or Singlenode mapgens.
enable_weather (Enable weather) bool true

# If enabled, non-player actions are logged
log_non_player_actions (Log non-player action) bool false
