# Crops

## Wheat

```yaml
surface.crops.wheat-threshold: 1.0
```

A value between -1 and +1, with values closer to -1 resulting in more a frequent and larger crop of wheat spawns. Conversely, a value of +1 indicates that no crops will spawn.

{% hint style="info" %}
By default, its value is set to 1.0, meaning no crops will spawn.
{% endhint %}

## Carrots

```yaml
surface.crops.carrots-threshold: 1.0
```

A value between -1 and +1, with values closer to -1 resulting in more a frequent and larger crop of carrots spawns. Conversely, a value of +1 indicates that no crops will spawn.

{% hint style="info" %}
By default, its value is set to 1.0, meaning no crops will spawn.
{% endhint %}

## [Potatoes](https://www.reddit.com/r/TwoBestFriendsPlay/comments/16ajbvo/starfields_potato_physics_are_onpoint/)

```yaml
surface.crops.potatoes-threshold: 1.0
```

A value between -1 and +1, with values closer to -1 resulting in more a frequent and larger crop of potatoes spawns. Conversely, a value of +1 indicates that no crops will spawn.

{% hint style="info" %}
By default, its value is set to 1.0, meaning no crops will spawn.
{% endhint %}

## Beetroots

{% hint style="warning" %}
Available from Spigot 1.9
{% endhint %}

```yaml
surface.crops.beetroots-threshold: 1.0
```

A value between -1 and +1, with values closer to -1 resulting in more a frequent and larger crop of beetroots spawns. Conversely, a value of +1 indicates that no crops will spawn.

{% hint style="info" %}
By default, its value is set to 1.0, meaning no crops will spawn.
{% endhint %}

***

## Light

{% hint style="warning" %}
Available from Spigot 1.17
{% endhint %}

**The light block will be placed above the crop.**

<figure><img src="/files/x6NF9T3ny41HL3gVwhyS" alt=""><figcaption><p>Rare grown plains biome</p></figcaption></figure>

```yaml
surface.crops.light-level: 10
```

Specifies the light level from 0 (disabled) to 15 (max light).

{% hint style="info" %}
**NOTE**: `Values above 10 will prevent crop blocks from decaying!`
{% 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/crops.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.
