mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-30 07:11:13 +02:00
add farming.add_to_scythe_not_drops(item) function for expansion
This commit is contained in:
6
api.txt
6
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)
|
||||
|
Reference in New Issue
Block a user