mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
7 lines
375 B
TOML
7 lines
375 B
TOML
|
#The default difficulty selected for newly created worlds.
|
||
|
#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
|
||
|
defaultDifficulty = "NORMAL"
|
||
|
#Set to true if the difficulty for new world's should be locked ot the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
|
||
|
lockDifficulty = false
|
||
|
|