summaryrefslogtreecommitdiff
path: root/nature_classic/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nature_classic/config.lua')
-rw-r--r--nature_classic/config.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nature_classic/config.lua b/nature_classic/config.lua
new file mode 100644
index 0000000..8f67b1c
--- /dev/null
+++ b/nature_classic/config.lua
@@ -0,0 +1,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