Fellies/config/botanypots-client.toml

16 lines
498 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
#Client side configurations for the mod. Modpacks should not ship non-default versions of this file!
[client]
#Whether or not crops should render in pots.
renderCrop = true
#Whether or not break effects should occur when harvested.
breakEffects = true
#The render distance of a botany pot.
#Range: 1.0 ~ 4096.0
renderDistance = 64.0
2021-02-13 10:16:29 +00:00
#Whether or not the growth animation should be played.
useGrowthAnimation = true
#Whether or not the soil in pots should be rendered.
renderSoil = true
2021-01-28 20:21:47 +00:00