summaryrefslogtreecommitdiff
path: root/farming/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'farming/api.txt')
-rw-r--r--farming/api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/farming/api.txt b/farming/api.txt
index 0098624..acec5a0 100644
--- a/farming/api.txt
+++ b/farming/api.txt
@@ -56,3 +56,9 @@ growth_check = function(pos, node_name)
end
return true -- condition not met, skip next growth stage until next check
end,
+
+### Scythe items that will not drop
+
+This is a function to add items to a list that scythes will not drop, e.g. farming:trellis or farming:beanpole.
+
+farming.add_to_scythe_not_drops(item_name)