minetest.conf.example 802 B

123456789101112131415161718192021222324
  1. # This file contains settings of minetest_game that can be changed in
  2. # minetest.conf
  3. #
  4. # By default, all the settings are commented and not functional.
  5. # Uncomment settings by removing the preceding #.
  6. # Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
  7. #creative_mode = false
  8. # The time in seconds after which the bones of a dead player can be looted by everyone
  9. # 0 to disable
  10. #share_bones_time = 1200
  11. # Whether fire should be disabled (all fire nodes will instantly disappear)
  12. #disable_fire = false
  13. # Whether steel tools, torches and cobblestone should be given to new players
  14. #give_initial_stuff = false
  15. # Whether the TNT mod should be enabled
  16. #enable_tnt = <true in singleplayer, false in multiplayer>
  17. # The radius of a TNT explosion
  18. #tnt_radius = 3