summaryrefslogtreecommitdiff
path: root/cocoa.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa.lua')
-rw-r--r--cocoa.lua2
1 files changed, 1 insertions, 1 deletions
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