Auto plant and auto pick crops in all planters.
When crops become ripe it will auto pick them if they have seeds in the box it will replant them in the open space.
The plant and the checks are on timers it can take anywhere from 1 to 10 min before it gets picked / planted.
There are 2 small Boxes mounted to the box one will not accept items and that is where the picked items will go.. the other is to place your seeds only in.
Chat Command
/autofarm - enable/disable autofarm planter placement
New Addon
When crops become ripe it will auto pick them if they have seeds in the box it will replant them in the open space.
The plant and the checks are on timers it can take anywhere from 1 to 10 min before it gets picked / planted.
There are 2 small Boxes mounted to the box one will not accept items and that is where the picked items will go.. the other is to place your seeds only in.
Chat Command
/autofarm - enable/disable autofarm planter placement
Code:
{
"Settings": {
"seedStorageSlots": 6,
"AddSprinkler": true,
"SprinklerNeedsWater": true,
"CallHookOnCollectiblePickup": false,
"seedsAllowedAndMultiplier": {
"803954639": 1,
"998894949": 1,
"1911552868": 1,
"-1776128552": 1,
"-237809779": 1,
"-2084071424": 1,
"-1511285251": 1,
"830839496": 1,
"-992286106": 1,
"-520133715": 1
},
"Permission": {
"autofarm.allow": 7,
"autofarm.vip": 4
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 20
}
}
New Addon