Kit (Automated Rocket Ice Mining)
Updated 3/8/2026
Kit (Automated Rocket Ice Mining)
Deprecated: This item has been deprecated.
Kit (Automated Rocket Ice Mining Module)
Automated Rocket Ice Mining Module
Deconstruction Steps
| Step | Tool | Recovered Item |
|---|---|---|
| 1 | - | Kit (Automated Rocket Ice Mining) |
| 2 | - | 10 x Steel Sheets |
| 3 | - | 10 x Plastic Sheets |
| 4 | - | 10 x Electronic Parts |
The ExMin autonomous ice miner is a purpose-built, robotic ice harvester, able to mine ice ores from asteroids and planets in the local region of space. Its range - and therefor how much ore it collects - is strictly determined by the rocket's fuel quantity.
The module must be connected to a Automated Rocket Silo Module by a properly placed Automated Rocket Coupling Module (Down) or Automated Rocket Coupling Module (Up), in order for the ice to pass from the collector unit into the silo.
It has two modes - active (1), and inactive (0), which should only be triggered when the rocket has arrived in space and is idle (mode 4).
Data Network
| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Boolean | Unknown |
| Lock | Boolean | Unknown |
| ClearMemory | Boolean | Resets internal counters, such as ExportCount, to zero when set to 1. |
| Activate | Boolean | Sets the mode of the module. Set to 0 to stop mining, or 1 to begin mining. Mining should only occur when the Automated Rocket Automation Module's Mode variable is 4 and the CollectableGoods variable is 1. |
| Setting | Float | Unknown |
| Open | Boolean | Unknown |
| On | Boolean | Unknown |
| Output Name | Data Type | Description |
|---|---|---|
| Mode | Integer | The current mode of the module. 0 means idle, 1 means mining. |
| Maximum | Integer | Unknown |
| Lock | Boolean | Unknown |
| ImportCount | Integer | Unknown |
| ExportCount | Integer | Unknown |
| Error | Boolean | Returns whether the Miner is flashing an error. Typically an error will be indicating if the coupler and silo are not correctly configured. (0 for no, 1 for yes) |
| Activate | Integer | The desired activation state. 0 means idle, 1 means mining. |
| Setting | Integer | Unknown |
| RequiredPower | Integer | Returns the current amount of power, required by the Miner, in watts. |
| Ratio | Float | Unknown |
| PrefabHash | Integer | Unknown |
| Power | Boolean | Returns whether the Miner is turned on and receives power. (0 for no, 1 for yes) |
| Open | Boolean | Unknown. |
| On | Boolean | Returns whether the Miner is turned on. (0 for no, 1 for yes) |