History
Current version
3/8/2026, 10:06:29 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:50 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:31:50 PM
Kit (Harvie)
## Kit (Harvie) :::infobox | Property | Value | |----------|-------| | Created With | [Electronics Printer](/wiki/electronics-printer) | | Cost | 15g [Copper](/wiki/copper), 10g [Steel](/wiki/steel), 10g [Electrum](/wiki/electrum), 5g [Solder](/wiki/solder), 5g [Silicon](/wiki/silicon) |  ::: ## Harvie :::infobox | Property | Value | |----------|-------| | Power Usage | 10W | | Placed With | [Kit (Harvie)](/wiki/kit-harvie) | | Placed On | Small Grid |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Harvie)](/wiki/kit-harvie) | ## Harvie (Reversed) :::infobox | Property | Value | |----------|-------| | Placed With | [Kit (Harvie)](/wiki/kit-harvie) | | Placed On | Small Grid |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Harvie)](/wiki/kit-harvie) | ## Description Harvie is designed to assist in automating your farm. Place above a [Hydroponic Tray](/wiki/hydroponic-tray) to automate the planting and harvesting of that tray. Power connects at the top of the unit and there is an import and export slot on either end of the top of the unit to allow [chutes](/wiki/chutes) to transport the products. Setting a logistical network with [circuits](/wiki/circuits) will be required to function properly. Note: Harvies cannot fertilize crops. ## Data Network | Parameter Name | Data Type | Description | |---|---|---| | Activate | Integer | Idle = 0, Planting = 1, Harvesting = 2 | | ClearMemory | Boolean | | | Harvest | Boolean | | | Lock | Boolean | Locks the device when set to 1. Unlocks it when set to 0. | | Mode | Integer | Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 | | On | Boolean | | | Plant | Boolean | | | Output Name | Data Type | Description | |---|---|---| | Activate | Integer | Idle = 0, Planting = 1, Harvesting = 2 | | Error | Boolean | | | ExportCount | Integer | | | ImportCount | Integer | | | Lock | Boolean | Returns whether the device is locked. | | Mode | Integer | Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 | | On | Boolean | | | Power | Boolean | | | PrefabHash | Integer | | | RequiredPower | Integer | | #### Data Slots These are all parameters that can be read with a [Slots Reader](/wiki/kit-logic-io#slots-reader). The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them. | Number || Name | Description | |---|---| | 0 | Import | | 1 | Export | | 2 | Hand | | Name | Data Type | Description | |---|---|---| | Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). | | OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | MaxQuantity | Integer | Max Size of stack. | | Damage | Integer | Item durability in percent. | | Class | Integer | Item class ID. | | Quantity | Integer | Size of stack. | | PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of canister in slot. | ## Quirks If Harvie's input slot is fed by a chute, it will not stack identical items. If there are already 4 Fern Seeds in his input, and a fifth arrives via chute, that fifth will remain in the chute until all 4 have been removed from the input (probably by planting).