# Lakes

## Water lakes

<figure><img src="/files/V5VWalr2fLKbWN6aNHwY" alt="" width="563"><figcaption><p>A water lake</p></figcaption></figure>

### Enable or disable

```yaml
surface.lake.water.enabled: true
```

Enable or disable the water lake generation in the biome.

### Frequency

```yaml
surface.lake.water.frequency: 0.2
```

{% hint style="info" %}
**Valid range**: `0 (never) to 1 (always)`
{% endhint %}

### Lake floor

<figure><img src="/files/a7iwfB3m4lmHpbEj1ADn" alt="" width="375"><figcaption></figcaption></figure>

```yaml
surface.lake.water.floor.frequency: 0.5
```

When closer to 1, the stone beneath a water block may be replaced by one of the following.

{% hint style="info" %}
**Valid range**: `0 (never) to 1 (always)`
{% endhint %}

#### Lake Floor types

```yaml
surface.lake.water.floor.types: '"SAND(34%)","DIRT(33%)","CLAY(33%)"'
```

Enter a comma-separated list of blocks that can be placed beneath a water block.

{% hint style="info" %}
**NOTE**: `Each type MUST BE ENCLOSED in double quotes`.
{% endhint %}

You can find block material types at:

1.8.8 - 1.12.2 material types: <https://helpch.at/docs/1.12.2/org/bukkit/Material.html>\
Latest material types: <https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html>

***

## Lava lakes

<figure><img src="/files/RJWznj1TiWxAZOmd2eNp" alt="" width="563"><figcaption></figcaption></figure>

### Enable or disable

```yaml
surface.lake.water.enabled: true
```

Enable or disable the lava lake generation in the biome.

### Frequency

```yaml
surface.lake.water.frequency: 0.1
```

{% hint style="info" %}
**Valid range**: `0 (never) to 1 (always)`
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paradiseland.gitbook.io/wiki/custom-biomes/properties/surfaces/lakes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
