[skip ci] Inventory Click Usage Description Fix (#2589)

ShiftClick Description was Wrong so Just Fixed it.
This commit is contained in:
ozi2285 2023-09-24 12:19:22 +03:00 committed by GitHub
parent 968f864f34
commit 67662c5df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>