> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropper Smeltery Action

> Open Dropper Smeltery

The **Dropper Smeltery Action** opens a minimal dropper-based smeltery interface.

## Properties

| Property  | Type                       | Default | Description                |
| :-------- | :------------------------- | :------ | :------------------------- |
| `id`      | String                     |         | Unique identifier.         |
| `machine` | Ref\<MachinePositionEntry> |         | Machine position artifact. |
| `fuel`    | Ref\<FuelStorageEntry>     |         | Fuel storage artifact.     |
| `input`   | Ref\<InputStorageEntry>    |         | Input storage artifact.    |
| `liquid`  | Ref\<LiquidStorageEntry>   |         | Liquid storage artifact.   |
| `rules`   | List\<SmeltRuleSpec>       |         | Smelting rules.            |

## Example

```yaml theme={null}
dropper_smeltery_action:
  id: "my_dropper_smeltery"
  machine: "my_machine_pos"
```
