---
title: Pink Generator
id: excessive_utilities:pink_generator
related_items: [excessive_utilities:pink_generator]
type: block
---

The **Pink Generator** burns certain pink items to produce FE.

## Configuration

The Pink Generator uses the `excessive_utilities:single_item_fuel` recipe type. Use this as an example:

```json
{
  "type": "excessive_utilities:single_item_fuel",
  "duration": 10,
  "fe_per_tick": 40,
  "generator_type": "pink",
  "ingredient": {
    "tag": "c:dyes/pink"
  }
}
```

<PrefabObtaining/>