config: Sort settings from 'moremesecons' modpack

master
AntumDeluge 2017-06-27 13:49:53 -07:00
parent fc8cc27234
commit bc008365a5
1 changed files with 16 additions and 7 deletions

View File

@ -2206,13 +2206,6 @@ areas.self_protection_max_areas = 10
bedrock2_y = -28000 bedrock2_y = -28000
# *** moremesecons ***
# ???
# type: bool
# default: true
moremesecons_sayer.use_speech_dispatcher = false
############## ##############
## MODPACKS ## ## MODPACKS ##
@ -2555,3 +2548,19 @@ enable_tnt = true
# min: 0 # min: 0
# default: 3 # default: 3
#tnt_radius = 3 #tnt_radius = 3
# *** moremesecons ***
[**Sayer]
## Whether to use the Speech Dispatcher
#
# It will work only if:
# * moremesecons_sayer is present in your trusted_mods setting
# * you are playing in singleplayer
# * the speech-dispatcher is installed on your system
# * you are using a POSIX-compliant system and a sh-compatible shell (such as bash, dash, zsh...)
# type: bool
# default: true
moremesecons_sayer.use_speech_dispatcher = false