ToggleSneak Changelog
+------------------------------------------------------------------------------+
|                         Version 3.3.8 - 13-08-2023                           |
+------------------------------------------------------------------------------+
- Fixed player not being able to crouch out of elevated 1 block high spaces
+------------------------------------------------------------------------------+
|                         Version 3.3.7 - 04-08-2023                           |
+------------------------------------------------------------------------------+
- Fixed player being stuck at 1 block height climbing ladders when closing a trapdoor from above
+------------------------------------------------------------------------------+
|                         Version 3.3.6 - 01-07-2023                           |
+------------------------------------------------------------------------------+
- Updated to Minecraft 1.16.5. No new features.
+------------------------------------------------------------------------------+
|                         Version 3.3.6 - 16-11-2022                           |
+------------------------------------------------------------------------------+
- Fixed incompatibility with custom EntityPlayers (#15)
+------------------------------------------------------------------------------+
|                         Version 3.3.5 - 15-08-2021                           |
+------------------------------------------------------------------------------+
- Forbid sprinting backwards (#13)
+------------------------------------------------------------------------------+
|                         Version 3.3.4 - 14-08-2021                           |
+------------------------------------------------------------------------------+
- Fixed sprint status not being applied
+------------------------------------------------------------------------------+
|                         Version 3.3.3 - 13-08-2021                           |
+------------------------------------------------------------------------------+
- Fixed Toggle sprinting stops working after switching items while using (#12)
+------------------------------------------------------------------------------+
|                         Version 3.3.2 - 13-07-2021                           |
+------------------------------------------------------------------------------+
- Fixed sprinting while sneaking #11
- Potentially fixed a problem where toggle sprint spontaneously stops working


+------------------------------------------------------------------------------+
|                         Version 3.3.1 - 02-09-2020                           |
+------------------------------------------------------------------------------+
- Removed the option button on game pause option
 * You can still access the configs via "Mod options"

+------------------------------------------------------------------------------+
|                         Version 3.3 - 02-09-2020                             |
+------------------------------------------------------------------------------+
- Rewritten to ditch PlayerAPI completely
 * The mod is now strictly event driven instead of modifying the base class to get it working
 * Jar size drastically reduced as we no longer override the entire PlayerBase class
 * Controls remain the same as the original
- Fixed double tapping not working #6

+------------------------------------------------------------------------------+
|                         Version 3.2.1 - 15-10-2019                           |
+------------------------------------------------------------------------------+
- New option to configure the threshold for toggling sneak

+------------------------------------------------------------------------------+
|                         Version 3.2 - 15-10-2019                             |
+------------------------------------------------------------------------------+
- Updated to Minecraft 1.12.2, Forge 14.23.5.2768 and PlayerAPI-1.12.2-1.0

+------------------------------------------------------------------------------+
|                         Version 3.1.1 - 02-04-2015                           |
+------------------------------------------------------------------------------+
- Updated to Forge 11.14.0.1299
- Fixed a bug where the Options Sliders were not working properly
- Moved the TS Options button up to not conflict with Skin Customization button
- New option to move the ToggleSneak options button in case of conflicts

+------------------------------------------------------------------------------+
|                         Version 3.1.0 - 01-23-2015                           |
+------------------------------------------------------------------------------+
- Updated to Minecraft 1.8, Forge 11.14.0.1290 and PlayerAPI-1.8-1.0



+------------------------------------------------------------------------------+
|                         Version 3.0.5 - 12/09/2014                           |
+------------------------------------------------------------------------------+
- Updated to Minecraft 1.7.10, Forge 10.13.2.1240 and PlayerAPI-1.7.10-1.0
- Fixed a crash while setting Fly Boost Amount in certain localizations
- Re-Positioned the ToggleSneak button on the Options screen to the left column



+------------------------------------------------------------------------------+

|                         Version 3.0.1 - 06/17/2014                           |
+------------------------------------------------------------------------------+
- Fixed a bug that prevented proper saving and loading of HUD Position Settings




+------------------------------------------------------------------------------+
|                           Version 3.0 - 06/17/2014                           |
+------------------------------------------------------------------------------+
- Options GUI! Available in 'mods' screen on Main Menu and in 'Options' in-game
- Finally implemented option to move HUD Text around on the screen 
- Code Cleaning: Consolidated some code while removing outdated and debug stuff




+------------------------------------------------------------------------------+
|                           Version 2.4 - 06/17/2014                           |
+------------------------------------------------------------------------------+
- optionToggleSneak: disables Sneak Toggling and returns to vanilla sneaking
- If PlayerAPI cant be loaded, we now show an error message instead of crashing
- Now built against PlayerAPI version 1.4, but any version seems to work fine




+------------------------------------------------------------------------------+
|                           Version 2.3 - 05/07/2014                           |
+------------------------------------------------------------------------------+
- Added an optional Speed Boost while flying - only works when in creative mode
- optionEnableFlyBoost: When enabled, boosts flying speed while holding Sprint
- optionFlyBoostAmount: Multiply regular fly speed by this amount when boosting
- optionDoubleTap now applies even when optionToggleSprint is off




+------------------------------------------------------------------------------+
|                           Version 2.2 - 05/06/2014                           |
+------------------------------------------------------------------------------+
- optionDoubleTap allows Double-Tapping the Forward key for vanilla sprinting
- Now allows sprinting to start while jumping to correctly match vanilla sprint
- Prevent accidental changing of Sprint status while sneaking, flying or riding




+------------------------------------------------------------------------------+
|                           Version 2.1 - 04/14/2014                           |
+------------------------------------------------------------------------------+
- optionToggleSprint disables Sprint Toggling and returns to vanilla sprinting
- Cleaned up and consolidated the HUD logic, which fixed a few diplay errors
- Releasing the sprint key after holding it now correctly mimics vanilla sprint




+------------------------------------------------------------------------------+
|                           Version 2.0 - 04/04/2014                           |
+------------------------------------------------------------------------------+
- Added ToggleSprint - Like BSM, but toggled by tapping a key(like ToggleSneak)
- Optional HUD shows when you are sprinting, sneaking and if either are Toggled
- Complete re-write of ToggleSneak - it is now a 'proper' Forge Mod
- Now dependent on PlayerAPI for 'compatible' hooks into Client/Player classes
