minetest.conf 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # This is a game specific minetest.conf file, do not edit.
  2. ################
  3. # Custom lines #
  4. ################
  5. enable_tnt=true
  6. # bones, drop, or keep
  7. bones_mode=bones
  8. share_bones_time=1
  9. bones_position_message=false
  10. enable_fire=false
  11. flame_sound=true
  12. give_initial_stuff=true
  13. initial_stuff=default:pick_wood,default:axe_wood,default:sword_wood,default:torch
  14. enable_weather=false
  15. #################
  16. # MOD CONFIGS #
  17. #################
  18. # craftguide
  19. craftguide_sfinv_only=true
  20. # commoditymarket_fantasy
  21. commoditymarket_enable_caravan_market=false
  22. commoditymarket_coins_per_ingot=100
  23. # death compass
  24. death_compass_duration=1800
  25. # dfcaverns
  26. dfcaverns_plant_growth_time=600
  27. dfcaverns_ymax=-513
  28. dfcaverns_level1_min=-3552
  29. dfcaverns_level2_min=-6512
  30. dfcaverns_level3_min=-9552
  31. dfcaverns_sunless_sea_min=-10992
  32. dfcaverns_oil_sea_level=-11552
  33. dfcaverns_lava_sea_level=-12052
  34. dfcaverns_underworld_level=-12552
  35. dfcaverns_primordial_max=-13073
  36. dfcaverns_primordial_min=-16032
  37. # farming_redo
  38. farming_stage_length=6000.0
  39. # item_drop
  40. item_drop.enable_item_drop=true
  41. item_drop.pickup_radius=1.3
  42. # geomoria, add a in-tact city.
  43. #geomoria_add_fissures=false
  44. geomoria_add_fissures=true
  45. geomoria_cheap_lighting=false
  46. # hbarmor
  47. hbarmor_tick=1.0
  48. # hudbars
  49. hudbars_autohide_stamina=false
  50. hudbars_autohide_breath=false
  51. hudbars_tick=1.0
  52. hudbars_bar_type=progress_bar
  53. # nether
  54. nether_depth_ymax=-17000
  55. nether_depth_ymin=-31000
  56. # mobs_redo
  57. mobs_spawn_protected=false
  58. # music_modpack
  59. music_time_interval=1200
  60. music_display_playback_messages=false
  61. music_default_surface_ymax=1000
  62. music_default_surface_ymin=-512
  63. music_dfcaverns_underground1_ymax=-513
  64. music_dfcaverns_underground1_ymin=-3552
  65. music_dfcaverns_underground2_ymax=-3553
  66. music_dfcaverns_underground2_ymin=-6512
  67. music_dfcaverns_underground3_ymax=-6513
  68. music_dfcaverns_underground3_ymin=-12052
  69. music_nether_ymax=-17000
  70. music_nether_ymin=-31000
  71. # protector_redo
  72. protector_flip=true
  73. # planet_mars
  74. planet_mars.y_start=11000
  75. planet_mars.y_height=10000
  76. planet_mars.y_skybox_height=10300
  77. planet_mars.y_skybox_height=11000
  78. # planet_moon
  79. planet_moon.miny=3000
  80. planet_moon.maxy=3300
  81. planet_moon.maxsolidy=3200
  82. # playerplus, has some issues warping people.
  83. player_knockback=false
  84. # radiant_damage
  85. radiant_damage_enable_heat_damage= true
  86. radiant_damage_lava_damage= 2
  87. radiant_damage_fire_damage= 1
  88. radiant_damage_enable_mese_damage=true
  89. radiant_damage_mese_interval=5
  90. radiant_damage_mese_damage=1
  91. # Ropes, disable the extending ladders that come with this mod.
  92. ropes_extending_ladder_enabled=false
  93. # settlements
  94. settlements_show_in_hud=false
  95. # simplecrafting_lib
  96. simplecrafting_lib_log_invalid_recipe_removal=true
  97. simplecrafting_lib_override_default_player_crafting=true