# 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
```
