Browse Source

turn off dungeon_master for now

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
27e7c5c002
  1. 6
      overrides/worlds/CenterOfTheSun/world.conf

6
overrides/worlds/CenterOfTheSun/world.conf

@ -38,14 +38,16 @@ enable_wonder = false
#Worldgen stuff found by the install which generates settings-dump.txt: #Worldgen stuff found by the install which generates settings-dump.txt:
enable_tsm_pyramids = true enable_tsm_pyramids = true
enable_stairs_replace_abm = true enable_stairs_replace_abm = true
mob_difficulty = 1.0 # mob_difficulty = 1.0
# default true;
mob_show_health = false mob_show_health = false
enable_bed_respawn = true enable_bed_respawn = true
enable_bed_night_skip = true enable_bed_night_skip = true
bones_position_message = true bones_position_message = true
mobs_griefing = true mobs_griefing = true
homedecor.disable_coin_crafting = false homedecor.disable_coin_crafting = false
codermobs_enable_dungeon_master = true # codermobs_enable_dungeon_master = true crashes Final Minetest 190413
codermobs_enable_dungeon_master = false
# Requires coderbuild/ambience/sounds/ambience_music.<n>.ogg either on # Requires coderbuild/ambience/sounds/ambience_music.<n>.ogg either on
# server or client, where <n> from 1 up to 9; plays at midnight # server or client, where <n> from 1 up to 9; plays at midnight
ambience_music = true ambience_music = true

Loading…
Cancel
Save