Update canapa.lua
This commit is contained in:
parent
1550842ec0
commit
cf9ce8c60e
@ -43,7 +43,7 @@ function minetest.grow_canapa(pos, node)
|
||||
then
|
||||
return
|
||||
end
|
||||
if not minetest.find_node_near(pos, 1, {"group:water"}) then
|
||||
if not minetest.find_node_near(pos, 3, {"group:water"}) then
|
||||
return
|
||||
end
|
||||
pos.y = pos.y + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user