1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-14 14:20:25 +02:00
This commit is contained in:
tenplus1
2023-09-12 08:48:21 +01:00
parent fd205e10fc
commit 85c5c9abab
2 changed files with 30 additions and 13 deletions

View File

@ -63,3 +63,10 @@ end,
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)
### Start timer function
A handy function that starts a crops timer with a randomly selected time set by using
stage_length setting. This is mostly used for special functions or 3rd party mods.
farming.start_seed_timer(pos)