1
0
Fork 0
Commit Graph

41 Commits

Author SHA1 Message Date
chylex d416883dbb Release v1.2.0 for Minecraft 1.15.x 2020-12-10 05:52:43 +01:00
chylex 681fd75997 Fix tapping sneak to stop flying on ground not working when flight inertia is disabled 2020-12-10 05:52:22 +01:00
chylex 04408ddfb1 Add option to disable double tapping 'Jump' key to flight
Fixes #6
2020-12-09 17:23:54 +01:00
chylex 15e314eb73 Change flight to 'Hold to Sprint' mode at all times & fix not boost unless flying forward 2020-12-09 17:13:46 +01:00
chylex b292a3b621 Add option to disable flight inertia after releasing movement keys
Fixes #2
2020-12-09 17:13:17 +01:00
chylex 4248293230 Minor code tweaks 2020-12-09 17:12:50 +01:00
chylex 9634c33ca2 Add README 2020-12-09 17:12:06 +01:00
chylex 54a6b4ea56 Refactor code to make porting easier 2020-12-09 17:04:36 +01:00
chylex 9437932b97 Release v1.1.0 for Minecraft 1.15.x 2020-10-27 17:28:37 +01:00
chylex 50c035bb91 Fix compile error after cherry-pick 2020-10-27 17:28:13 +01:00
chylex 81e135469e Avoid sudden FOV jump when starting to fly with disabled FOV changing 2020-10-27 17:25:39 +01:00
chylex 188f66b4d3 Add options for vertical flight speed boost in creative/spectator and default/sprinting modes 2020-10-27 17:25:39 +01:00
chylex ab4fa452f7 Add more flight speed options (5x and 7x) 2020-10-27 17:22:07 +01:00
chylex 116bbe241d Add option to prevent FOV changing while flying 2020-10-27 17:21:23 +01:00
chylex 9baa7c4460 Add key binding to reset all toggles at once 2020-10-27 17:20:11 +01:00
chylex 7f258966de Implement third sprinting mode (hold key to sprint) & option to change sprinting mode when flying 2020-10-27 17:20:11 +01:00
chylex 9af10ad04c Release v1.0.1 for Minecraft 1.15.x 2020-10-19 21:15:32 +02:00
chylex 6e316eff89 Avoid wobble sprinting when resuming sprinting after hitting an obstacle, by simulating holding sprint for multiple ticks 2020-10-19 21:14:56 +02:00
chylex 21ee424cef Fix not removing custom category from Controls screen 2020-10-18 16:54:40 +02:00
chylex c7c5b67c3b Fix sprinting not stopping when untoggling sometimes 2020-10-18 16:02:42 +02:00
chylex 06b2782372 Fix Mod Menu support 2020-10-18 15:37:12 +02:00
chylex 83b2dfdfa5 Backport to 1.15.x 2020-10-18 15:04:04 +02:00
chylex 5b3b633cbf Clamp flight speed when reading from config 2020-10-18 14:32:53 +02:00
chylex 302d37f101 Update Fabric & Yarn version and restrict mod to 1.16.2 or newer 2020-10-18 14:10:55 +02:00
chylex e9a339f025 Add support for Mod Menu configuration button & set priority on HookOpenScreen 2020-10-18 12:58:33 +02:00
chylex d28ece5759 Implement option to stop sprinting by pressing 'Sprint' key again 2020-10-18 11:37:21 +02:00
chylex 572e1f16c8 Disable toggle sprint/sneak buttons in vanilla accessibility options screen 2020-10-18 08:14:29 +02:00
chylex 85f86b52ed Fix mixins.json file name 2020-10-18 07:38:33 +02:00
chylex 71e7bed96f Hide custom keybindings in the Controls screen 2020-10-17 20:25:44 +02:00
chylex 15f1635604 Implement toggle keys for sprinting, sneaking, and flying 2020-10-17 19:21:28 +02:00
chylex b32bebe33d Implement toggle keys for walking forward & jumping 2020-10-17 19:20:08 +02:00
chylex 87315529f4 Add keybinding to open configuration screen 2020-10-17 18:21:43 +02:00
chylex b76a65fb70 Implement option to resume sprinting after hitting an obstacle 2020-10-17 18:12:42 +02:00
chylex bec0bcb597 Implement option to disable smooth camera when sneaking 2020-10-17 16:01:57 +02:00
chylex d7151afd0e Implement option to fly on ground in creative mode 2020-10-17 15:51:44 +02:00
chylex bf13fb002e Implement flight speed multiplier options 2020-10-17 15:14:46 +02:00
chylex ed5e73956f Implement option to disable double tapping to sprint 2020-10-17 14:34:42 +02:00
chylex 482daeba3f Add sticky keybind hooks to support better toggling 2020-10-17 12:21:28 +02:00
chylex bee7dee256 Add core files w/ config serialization, options screen, and keybind registration 2020-10-17 12:21:28 +02:00
chylex 999f2bcec0 Add Gradle & Fabric dependency 2020-10-16 07:56:18 +02:00
Daniel Chýlek 90b2bb3a14
Initial commit 2020-10-14 03:56:38 +02:00