fix api.txt error

This commit is contained in:
tenplus1 2023-09-06 08:12:14 +01:00
parent 426564232e
commit 8606fbd202
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ If a mod registers nodes to be used as crops using the {growing=1} group then an
growth_check = function(pos, node_name)
-- check surrounding for jungle tree
if minetest.find_node_near(pos, 1, {"default:jungletree"}) then
return false -- place next growth stage
return true -- place next growth stage
end
return true -- condition not met, skip next growth stage until next check
return false -- condition not met, skip next growth stage until next check
end,
### Scythe items that will not drop