Tristan Daniël Maat
544036d4e4
Largely sensible changes, no complete rewrites without taking user configuration into account like ice and fire.
14 lines
492 B
TOML
14 lines
492 B
TOML
|
|
#Common config settings
|
|
[common]
|
|
#Places backpack at place where player died
|
|
backpackDeathPlace = true
|
|
#Enables button in backpack gui, which allows to empty tank
|
|
enableEmptyTankButton = true
|
|
enableBackpackAbilities = true
|
|
#If true, backpack can only be worn by placing it in curios 'Back' slot
|
|
#WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack
|
|
curiosIntegration = false
|
|
enableSleepingBagSpawnPoint = false
|
|
|