This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Configuration file
general {
# The default difficulty selected for newly created worlds.
# Valid values:
# PEACEFUL
# EASY
# NORMAL
# HARD
S:"Default Difficulty"=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?
B:"Lock Difficulty"=false
}