this repo has no description
at main 20 lines 822 B view raw
1 2[server] 3 #Set to true to automatically use sleeping bags when placed 4 autoUse = true 5 #Set to true to prevent sleeping depending on how long you previously slept 6 wellRested = false 7 #If well rested is true, this value is used to determine how long you need before being able to sleep again (larger numbers = can sleep sooner) 8 #Range: 1.0 ~ 20.0 9 sleepyFactor = 2.0 10 #Set to true to enable sleeping in hammocks at night 11 nightHammocks = false 12 #The chance that a sleeping bag will break upon usage 13 #Range: 0.0 ~ 1.0 14 sleepingBagBreakage = 0.0 15 #List of debuffs to apply to players after using the sleeping bag 16 #Format: [effect] [duration(secs)] [power] 17 sleepingBagDebuffs = [] 18 #[Survive Mod Integration] Set to true to have sleeping bags increase your body temperature after sleeping 19 insulatedSleepingBag = false 20