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

# Generator

Enable or disable the Cobblestone and Basalt Generator by changing this setting to `true` to enable it or to `false` to disable it

```javascript
config.cobblestone = true
config.basalt = true
```

### Example

Enabling Cobblestone Generator

```javascript
config.cobblestone = true
```

Disabling Cobblestone Generator

```javascript
config.cobblestone = false
```
