1
0
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:
TenPlus1
2019-02-01 19:36:47 +00:00
parent 99a729e488
commit feab0cc9ca
2 changed files with 21 additions and 2 deletions

View File

@ -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)