---
title: Magmatic Generator
id: excessive_utilities:magmatic_generator
related_items: [excessive_utilities:magmatic_generator]
type: block
---

The **Magmatic Generator** burns Lava to produce FE.

## Configuration

The Magmatic Generator uses the `excessive_utilities:fluid_fuel` recipe type. Use this as an example:

```json
{
  "type": "excessive_utilities:fluid_fuel",
  "duration": 200,
  "fe_per_tick": 1600,
  "generator_type": "magmatic",
  "fluid_ingredient": {
	"amount": 1000,
	"tag": "c:lava"
  }
}
```

<PrefabObtaining/>