From af2fedcf9998bb4a854c2cfd63e4cdad91a6dd5d Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 11 May 2018 10:08:51 -0400 Subject: add readme.md ...and some change to plantlife that I can't remember what for ;) --- nature_classic/global_function.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nature_classic') diff --git a/nature_classic/global_function.lua b/nature_classic/global_function.lua index 3a5b9e3..c6b158a 100644 --- a/nature_classic/global_function.lua +++ b/nature_classic/global_function.lua @@ -64,7 +64,7 @@ end function nature:grow_node(pos, nodename) if pos ~= nil then local light_enough = (minetest.get_node_light(pos, nil) or 0) - >= nature.minimum_growth_light + >= nature.minimum_growth_light if is_not_young(pos) and light_enough then minetest.set_node(pos, { name = nodename }) -- cgit v1.2.3