This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/cofh_core-common.toml
2023-11-02 12:32:44 -05:00

20 lines
656 B
TOML

[Gameplay]
#If TRUE, dismantled blocks will be placed in the dismantling player's inventory if possible.
"Return Dismantle Drops" = false
[Gameplay.Fishing]
#If TRUE, Fishing will cause exhaustion.
"Fishing Exhaustion" = false
#This option sets the amount of exhaustion caused by fishing, if enabled.
#Range: 0.0 ~ 10.0
"Fishing Exhaustion Amount" = 0.125
[Gameplay.World]
#If TRUE, Sapling growth will be slowed by a configurable factor.
"Sapling Growth Reduction" = false
#This option sets the growth factor for saplings - they will only grow 1 in N times.
#Range: > 1
"Sapling Growth Reduction Factor" = 4