> ## 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 Furnace Action

> Open Dropper Furnace

The **Dropper Furnace Action** opens a minimal dropper-based furnace 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.    |
| `output`  | Ref\<OutputStorageEntry>   |         | Output storage artifact.   |
| `recipes` | List\<FurnaceRecipeSpec>   |         | Custom recipes.            |
| `fuels`   | List\<FurnaceFuelSpec>     |         | Custom fuels.              |

## Example

```yaml theme={null}
dropper_furnace_action:
  id: "my_dropper_furnace"
  machine: "my_machine_pos"
```
