From d5b6172a422e5597b775f9fda4903a6655e152f6 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sat, 22 Mar 2025 08:52:33 -0400 Subject: [PATCH] Updating keybindings --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ca70c17..3b9c8ca 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,15 @@ This was initially based on Sable Spirit Studio's YT series but has evolved to b ## Key Bindings -| Input | Description | -| ----- | ----------- | -| `F5` | Quick Save | -| `F6` | Quick Load | -| `left-mouse-click` | Delete block | -| `right-mouse-click` | Create block | -| `scroll-wheel` | Change selected block (does not show the currently select item in the quickslots yet) | -| `Shift` | Sprint/Run | -| `Ctrl` | Crouch | +| Description | Binding | +| ----------- | ------- | +| Create block | `Right Click` | +| Delete/Remove block | `Left Click` | +| Change selected block (next) | `.` | +| Change selected block (previous) | `,` | +| Change selected block | `Scroll Wheel` | +| Crouch | `Ctrl` | +| Jump | `Space` | +| Quick Load | `F6` | +| Quick Save | `F5` | +| Sprint/Run | `Shift` |