---
title: Nether Star Generator
id: excessive_utilities:nether_star_generator
related_items: [excessive_utilities:nether_star_generator]
type: block
---

The **Nether Star Generator** burns certain nether star-themed items to produce FE.

## Configuration

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

```json
{
  "type": "excessive_utilities:single_item_fuel",
  "duration": 2400,
  "fe_per_tick": 4000,
  "generator_type": "nether_star",
  "ingredient": {
    "item": "minecraft:nether_star"
  }
}
```

<PrefabObtaining/>