mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fixed shovel not being able to be used on dirt
This commit is contained in:
parent
a7a3566756
commit
0c9ff137b2
5 changed files with 56 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue