Update Skill Casting

Jules 2022-02-26 16:35:28 -07:00
parent 7f4f2b6c81
commit 40fb454a45

@ -117,9 +117,5 @@ skill-casting:
pitch: 2 pitch: 2
``` ```
## Skill Slot _Offset_
You may notice the keys you need to press on the screenshot are not exactly all the keys from [1] to [6]. Since the player's held item slot is currently the 4th slot of his hotbar, he cannot press [4] (Minecraft does not register useless slot swaps) and therefore he cannot cast the skill he bound to his 4th skill slot. This is why all the skill slots after the 4th slot have been offset by 1.\
_If the player holds his item in the 7th, 8th or 9th slot of his hotbar, there will be no offset_.
## RPG Hotbar Swap ## RPG Hotbar Swap
If you enable the `hotbar-swap` config option, players will be able to entirely swap the 9 items they have in their hotbar with the 9 items that they positioned right above their hotbar slots in their inventory, by **holding sneak and pressing the [swap hand items] key**. This option allows players to have a second item set to vary their playstyle, or just store some consumables like pots and be able to access them easily. If you enable the `hotbar-swap` config option, players will be able to entirely swap the 9 items they have in their hotbar with the 9 items that they positioned right above their hotbar slots in their inventory, by **holding sneak and pressing the [swap hand items] key**. This option allows players to have a second item set to vary their playstyle, or just store some consumables like pots and be able to access them easily.