Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
15 lines
782 B
TOML
15 lines
782 B
TOML
|
|
["Dungeon's Delight Config"]
|
|
|
|
["Dungeon's Delight Config"."Balance Configuration"]
|
|
#Configuration for features that may impact gameplay in a large way
|
|
#Should Farmer's Delight stick foods grant strength? (default: true)
|
|
fdStickFoodsGrantStrength = true
|
|
#Should Farmer's Delight glowing foods grant perception? (default: true)
|
|
fdGlowingFoodsGrantPerception = true
|
|
#Force enable all mod integration? (even if the corresponding mods are not installed), mostly useful for modpacks wanting to repurpose the items (default: false)
|
|
forceEnableCompatItems = false
|
|
#Disable all mod integration? (if this is set to false then some mods that are supported will feature new items to collaborate the features of both mods) (default: false)
|
|
disableContentIntegration = false
|
|
|