mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[skip ci] Inventory Click Usage Description Fix (#2589)
ShiftClick Description was Wrong so Just Fixed it.
This commit is contained in:
parent
968f864f34
commit
67662c5df7
1 changed files with 1 additions and 2 deletions
|
|
@ -1028,7 +1028,6 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
Actions:
|
Actions:
|
||||||
|
|
||||||
- `click`
|
- `click`
|
||||||
- `shiftclick`
|
|
||||||
- `drop`
|
- `drop`
|
||||||
|
|
||||||
Show/Preview items in an inventory:
|
Show/Preview items in an inventory:
|
||||||
|
|
@ -1040,7 +1039,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
Click/Shift-Click on an item in an inventory:
|
Click/Shift-Click on an item in an inventory:
|
||||||
|
|
||||||
```
|
```
|
||||||
/inventory <player|container|<id>> <click|shiftclick> <slot id> [left|right|middle]
|
/inventory <player|container|<id>> <click> <slot id> [left|right|middle|Shift|ShiftRight]
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue