2014-07-04 00:49:32 -04:00
|
|
|
-- Set on which distance from water can the tree still grow.
|
|
|
|
-- Grows anywhere if set to -1.
|
2015-02-08 23:17:02 -05:00
|
|
|
nature.distance_from_water = 20
|
2014-07-04 00:49:32 -04:00
|
|
|
|
|
|
|
-- Minimum light level needed to grow. Default is 8, which means daylight.
|
2015-02-08 23:17:02 -05:00
|
|
|
nature.minimum_growth_light = 8
|