master
SmallJoker 2016-10-09 21:18:30 +02:00
parent 7ec3181a6c
commit 68c6033964
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ minetest.register_abm({
if minetest.get_node_light(pos) < 8 then
return
end
if not minetest.find_node_near(p_pos, 5, {"group:water", "default:water_source"}) then
if not minetest.find_node_near(pos, 5, {"group:water", "default:water_source"}) then
return
end
local found_soil = false