Skip to content
Snippets Groups Projects
Commit 016fa0da authored by paramat's avatar paramat
Browse files

Default/functions: Fix cacti not growing when rotation is 1-3

parent 7786f7f8
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ minetest.register_abm({
--
function default.grow_cactus(pos, node)
if node.param2 ~= 0 then
if node.param2 >= 4 then
return
end
pos.y = pos.y-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment