---
title: Slimy Generator
id: excessive_utilities:slimy_generator
related_items: [excessive_utilities:slimy_generator]
type: block
---

The **Slimy Generator** burns Slime Balls and Milk to produce FE.

## Configuration

The Slimy Generator uses the `excessive_utilities:item_and_fluid_fuel` recipe type. Use this as an example:

```json
{
  "type": "excessive_utilities:item_and_fluid_fuel",
  "duration": 100,
  "fe_per_tick": 10,
  "fluid_ingredient": {
    "amount": 250,
    "tag": "c:milk"
  },
  "generator_type": "slimy",
  "item_ingredient": {
    "tag": "c:slime_balls"
  }
}
```

<PrefabObtaining/>