Update canapa.lua

master
IIIullaIII 2020-05-07 19:15:25 +02:00
parent 1550842ec0
commit cf9ce8c60e
1 changed files with 1 additions and 1 deletions

View File

@ -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