---
title: Heated Redstone Generator
id: excessive_utilities:heated_redstone_generator
related_items: [excessive_utilities:heated_redstone_generator]
type: block
---

The **Heated Redstone Generator** burns Lava and Redstone together to make FE.

## Configuration

The Heated Redstone Generator uses the `excessive_utilities:magmatic_fuel` recipe type. Use this as an example:

```json
{
{
  "type": "excessive_utilities:magmatic_fuel",
  "duration": 1,
  "fe_per_tick": 100,
  "ingredient": {
    "amount": 1,
    "tag": "c:lava"
  }
}
```

<PrefabObtaining/>