# Weakened Bedrock

## Description

Weakens bedrock and slowly turns it into stone when a lingering potion of weakness is thrown onto it.

## Options

| Name    | Description                                               | Type       | Default                                          |
| ------- | --------------------------------------------------------- | ---------- | ------------------------------------------------ |
| enabled | Whether this tweak is enabled.                            | boolean    | false                                            |
| radius  | The radius of blocks around the impact to weaken.         | integer    | 3                                                |
| chance  | The chance for each block to weaken.                      | integer    | 50                                               |
| speed   | The speed in ticks of how fast it will weaken each block. | integer    | 10                                               |
| worlds  | The list of worlds this mechanic will work in.            | world list | <p>world<br>world\_nether<br>world\_the\_end</p> |


---

# 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://moretweaks.tarna.dev/tweaks/weakened-bedrock.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.
