summaryrefslogtreecommitdiff
path: root/nature_classic/config.lua
blob: 8f67b1cac38809ffba347955cd4fa10624756fe5 (plain)
1
2
3
4
5
6
-- Set on which distance from water can the tree still grow.
-- Grows anywhere if set to -1.
nature.distance_from_water = 20

-- Minimum light level needed to grow. Default is 8, which means daylight.
nature.minimum_growth_light = 8