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.
|
2014-07-05 01:46:33 -04:00
|
|
|
DISTANCE_FROM_WATER = 20
|
2014-07-04 00:49:32 -04:00
|
|
|
|
|
|
|
-- Minimum light level needed to grow. Default is 8, which means daylight.
|
|
|
|
MINIMUM_GROWTH_LIGHT = 8
|