> For the complete documentation index, see [llms.txt](https://wiki.hmmbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hmmbo.com/fundamentals/gui-help/edit-menu/customize-block-drops.md).

# 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
```
