mods\defaultoptions

This commit is contained in:
Xikaro 2023-11-17 00:17:34 +05:00
parent 088c8c2137
commit b842b13aba
8 changed files with 17 additions and 5 deletions

View file

@ -0,0 +1,6 @@
#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 to 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