From 01c819b93cc9292a81c9ecd659ddd6a93bef0c04 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 8 Feb 2015 17:00:24 +0000 Subject: Growing interval and min light changed --- cocoa.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa.lua') diff --git a/cocoa.lua b/cocoa.lua index 7ca61b3..30f2307 100644 --- a/cocoa.lua +++ b/cocoa.lua @@ -148,7 +148,7 @@ minetest.register_abm({ else return end - if minetest.get_node(pos).name == "air" and minetest.get_node_light(pos) > 11 then + if minetest.get_node(pos).name == "air" and minetest.get_node_light(pos) > 12 then -- print ("COCOA", pos.x, pos.y, pos.z) minetest.set_node(pos,{name="farming:cocoa_"..tostring(math.random(1,3))}) end -- cgit v1.2.3