From 8606fbd202907362ac9f57575daece6a6e80ee88 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 6 Sep 2023 08:12:14 +0100 Subject: [PATCH] fix api.txt error --- api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.txt b/api.txt index 37cf534..d515f84 100644 --- a/api.txt +++ b/api.txt @@ -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