1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
WORLDSETTINGS = { |
||||
|
allowCheats = false, |
||||
|
difficulty = NORMAL, |
||||
|
deathPenalty = DROP_MATS, |
||||
|
raidFrequency = OCCASIONALLY, |
||||
|
playerHunger = true, |
||||
|
disableMobSpawns = false, |
||||
|
forcedPvP = false, // True = players will always have PvP enabled |
||||
|
unloadSettlements = false, |
||||
|
maxSettlementsPerPlayer = -1, |
||||
|
dayTimeMod = 1.0, // Day time modifier (The higher, the longer day will last, max 10) |
||||
|
nightTimeMod = 1.0, // Night time modifier (The higher, the longer night will last, max 10) |
||||
|
gameVersion = 0.21.25 |
||||
|
} |
Loading…
Reference in new issue