Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/plugins/autofarm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Usage
Sets thresholds of individual plant types.

You can find the identifiers for the crop types in your world by running the
following command::

lua "for _,plant in ipairs(df.global.world.raws.plants.all) do if plant.flags.SEED then print(plant.id) end end"
following command: ``getplants -f``

Examples
--------
Expand Down
Loading