# Customize Block Drops

1. Run the command `/regen menu`.
2. Select "Edit Menu."
3. Select "Region / Global."
4. Select "Block Menu."
5. Select the block you want to edit.
6. Click on "Customize Drops" (Dropper icon).

<figure><img src="/files/rnEx4PG5QdNlB4GNmGWK" alt=""><figcaption></figcaption></figure>

* **DropName:** Specify the Minecraft block names or the names of regen items.
* **Chance:** Set a chance between 0.001 to 0.999 for the drop to occur.
* **Condition:** Determine whether the breaking tool has specific enchantments. Currently, only Silk Touch and Fortune 1 to Fortune 3 are supported.

For example:

<pre><code><strong>diamond ; 0.5 ; Fortune1
</strong></code></pre>

```
diamond_ore ; 1 ; Silktouch
```


---

# 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://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-drops.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.
