General

General settings are mostly will get deleted in the future as it's default setting is best.

Break Tile

Break tile currently only support 1 tile only because of not efficiency issue on other tiles since it's not really that good.

Block Maximum

If the block amount in bot's inventory is more than or equal to the blockMaximum then it will trigger put and break process.

This option will make the Put and Break process triggered, maybe in the future there is onPutAndBreak.

Seed Maximum

If the bot is still doing put and break or not doing anything at the moment and it got more than or equal to 190 seeds in it's inventory, then it will trigger the planting process.

This option will make the planting process triggered, maybe in the future there is onPlant.

Store Maximum

This is the sub-process after the planting process is triggered, it will check whether or not the bot has more than or equal to 130 seeds in it's inventory, if it is then it will store the seeds automaticly.

Collect Range

The collect range for the bots, sadly that this option is basically unusable or useless because it's collect range is hard-coded in the script itself at the moment ( saraFarm v0.5.3c. )

Example

general = {
    breakTile = 1,
    blockMaximum = 190,
    seedMaximum = 190,
    storeMaximum = 130,
    collectRange = 3
}

Last updated