diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-02-08 17:00:24 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-02-08 17:00:24 +0000 |
commit | 01c819b93cc9292a81c9ecd659ddd6a93bef0c04 (patch) | |
tree | 2db4711237515aa662e8fe20d38fcecfdc897014 /cocoa.lua | |
parent | 55b9244bc749f8b27ec278b0ecc0ed372349a623 (diff) |
Growing interval and min light changed
Diffstat (limited to 'cocoa.lua')
-rw-r--r-- | cocoa.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |