> For the complete documentation index, see [llms.txt](https://pm2plugins.gitbook.io/infinitecrops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pm2plugins.gitbook.io/infinitecrops/features/combustion-generators.md).

# Combustion Generators

Combustion Generators are powerful devices designed to generate energy by burning fuel, such as coal. These generators are ideal for environments where solar panels may not perform optimally, such as underground or in biomes with low sunlight exposure.

**Fuel-Based Energy Production**

The energy output of Combustion Generators is determined by the amount of fuel burned. By default, they produce a fixed amount of energy per unit of fuel:

* **Energy Output**:
  * Per Coal: 5.0 energy/second

**Configuration**

The settings for Combustion Generators can be adjusted in the `features/generators.yml` file. Below is an example configuration:

```yaml
combustion-generator:
  id: combustion-generator
  item:
    displayName: '&eCombustion Generator'
    lore: []
    materialType: PAPER
    itemId: combustion_generators
    minAmount: 1
    maxAmount: 1
    modelData: 641
  configurationPerBiome:
    UNDEFINED:
      electricityProducedDay: 0.0
      electricityProducedNight: 0.0
      electricityProducedPerCoal: 5.0
  modelType: ITEMSADDER
  inventoryType: FURNACE
  inventoryName: '&6Combustion Generator GUI'
```

<div data-full-width="true"><figure><img src="https://43358839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1ifdxZDjYYdaFezGOVfx%2Fuploads%2F2ybds2p67AdwEHtCikf0%2F2024-12-22_03.44.26.png?alt=media&amp;token=3e77d1b6-a1aa-4af6-814d-2a95c864d30f" alt=""><figcaption><p>Solar Panels and Combustion Generator</p></figcaption></figure></div>
