From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 21:00:20 -0400 Subject: "explode" all modpacks into their individual components (you can't have a modpack buried inside a modpack) --- nature_classic/config.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nature_classic/config.lua (limited to 'nature_classic/config.lua') 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 -- cgit v1.2.3