# Sapling Replant

**JSST** will cause decaying saplings try and replant themselves, giving each other space. This allows you to maintain forests easier, or plant your own by 'sprinkling' them about.

<figure><img src="https://2738671300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fevb6OQ1olKHYT3MY8e1x%2Fuploads%2Fe2cWjxpJF1MCNXSGqO3Z%2Fjava_cI9eTVYpNI.gif?alt=media&#x26;token=e5b894d7-7046-4c75-b2f5-def50fb34db0" alt=""><figcaption><p>(Exaggerated Settings) Saplings replanting themselves after decay.</p></figcaption></figure>

## Configuration

### Enabled

Whether this feature should be enabled or not.

* Options: `true`, `false`
* Default: `true`&#x20;

### Saplings Tag

Item tag that counts as a sapling, which will try to get placed.

* Options: An item tag.
* Default: `minecraft:saplings`

### Search Radius

Radius in blocks that saplings will look for valid ground to plant themselves.

* Options: `[0, 4]`
* Default: `2`

### Search Radius (2x2)

For large saplings, how far they will look for others of their type to connect to.

* Options: `[0, 6]`
* Default: `4`

### Minimum Spacing

How many blocks to aim for between saplings, in order to make a sparser forest.

* Options: `[0, 3]`
* Default: `2`

### Max Saplings per Stack

The maximum amount of saplings allowed to be planted from a single dropped stack of saplings.

* Options: `[1, 16]`
* Default: `4`
