init
This commit is contained in:
18
config/dusk.json
Normal file
18
config/dusk.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"nightSpawnMod": {
|
||||
"desc:": "Percentage of how many more monster can appear at night, default: 30",
|
||||
"nightSpawnMod": 30
|
||||
},
|
||||
"baseMonsterCap": {
|
||||
"desc:": "Base monster cap to act upon, this is the value it'll increase from/reduce to at the start/end of the night. Increase this to see more monsters in the world, default(Vanilla): 70",
|
||||
"baseMonsterCap": 70
|
||||
},
|
||||
"minSleepTime": {
|
||||
"desc:": "Min time required to sleep, vanilla min time:12500, Midnight is 18000",
|
||||
"minSleepTime": 14500
|
||||
},
|
||||
"disableSleep": {
|
||||
"desc:": "Disable sleeping?, default: false",
|
||||
"disableSleep": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user