History

Current version

3/8/2026, 10:06:27 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:46 PM

Kit (Automated Rocket Ice Mining)

# Kit (Automated Rocket Ice Mining)


> **Deprecated:** This item has been deprecated.


## Kit (Automated Rocket Ice Mining Module)

:::infobox
| Property | Value |
|----------|-------|
| Created With | [Electronics Printer](/wiki/electronics-printer) **Mk2** |
| Cost | 15g [Copper](/wiki/copper), 30g [Steel](/wiki/steel), 25g [Electrum](/wiki/electrum), 15g [Invar](/wiki/invar), 25g [Astroloy](/wiki/astroloy) |

![Kit (Automated Rocket Ice Mining Module)](ItemKitModularRocketIceMining.png)
:::
## Automated Rocket Ice Mining Module

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | 74521920 |
| Placed With | [Kit (Automated Rocket Ice Mining)](/wiki/kit-automated-rocket-ice-mining) |
| Placed On | Large Grid |

![Automated Rocket Ice Mining Module](Automated Rocket Ice Mining Module.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | - | [Kit (Automated Rocket Ice Mining)](/wiki/kit-automated-rocket-ice-mining) |
| 2 | - | 10 x [Steel Sheets](/wiki/steel-sheets) |
| 3 | - | 10 x [Plastic Sheets](/wiki/plastic-sheets) |
| 4 | - | 10 x [Electronic Parts](/wiki/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](/wiki/kit-automated-rocket-silo) by a properly placed [Automated Rocket Coupling Module](/wiki/kit-automated-rocket-coupling) (Down) or [Automated Rocket Coupling Module](/wiki/kit-automated-rocket-coupling) (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](/wiki/kit-automated-rocket-automation)'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) |