Fixed shovel not being able to be used on dirt

This commit is contained in:
Anon 2026-03-27 16:43:53 +01:00
parent a7a3566756
commit 0c9ff137b2
5 changed files with 56 additions and 8 deletions

View file

@ -822,7 +822,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
- **Description:**
Use item in the hand, this can be used to do a right click on items which open menus on servers.
Use the item in your hand, including use-on-block actions like shovel flattening.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -842,6 +842,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/useitem
```
Use the item on a specific block:
```
/useitem <x> <y> <z>
```
</details>
<details>