Browse Source

Add worldSettings

pull/130/head
crawforc3 3 years ago
parent
commit
68a9417445
  1. 14
      Necesse/worldSettings.cfg

14
Necesse/worldSettings.cfg

@ -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…
Cancel
Save