# Items Config

### This config file is used to create the items that are used in the generators or the blocks that spawn generators.

```yaml
#These all use the same generator names as in the main config file.
#For example 'Coal'

#These are the items that are generated in the generators.
generated-items:
  Coal:
    material: COAL
  Iron:
    material: IRON_INGOT
  Diamond:
    material: DIAMOND
    
#These are the items that are used to place down Generators
#They need to be blocks!    
spawner-blocks:
  Coal:
    material: COAL_BLOCK
    name: '&7>> &8Coal Generator &7<<'
  Iron:
    material: IRON_BLOCK
    name: '&7>> &fIron Generator &7<<'
  Diamond:
    material: DIAMOND_BLOCK
    name: '&b>> &3Diamond Generator &b<<'

```

### Follow the link below to view the different Item Settings you can add to your items.

{% content-ref url="broken-reference" %}
[Broken link](https://rockyhawk99.gitbook.io/rockyhawk-docs/evolution-generators/evolution-generators-wiki/broken-reference)
{% endcontent-ref %}
