1
0
Fork 0
Commit Graph

199 Commits

Author SHA1 Message Date
chylex 1c2a1632c0 Update coremod to 1.16.2 2020-08-13 19:28:09 +02:00
chylex d830bcd4a9 Add .idea project files & fix inspections and formatting 2020-08-13 16:33:41 +02:00
chylex dab4c620ff Update build.gradle to Minecraft 1.16.2 & fix compile errors 2020-08-13 14:14:40 +02:00
chylex 69b3b1060a Add 'Configure' button in mod list & allow mismatched versions in saves/network 2020-07-07 19:15:11 +02:00
chylex 01b5779e7f Simplify coremod transformer for flying on ground 2020-07-07 19:15:11 +02:00
chylex ee5dac5e49 Remove config migration & refactor setup, config, and more 2020-07-07 19:15:11 +02:00
chylex f3e300d2e2 Minor refactoring & IDE inspection fixes 2020-07-07 11:57:29 +02:00
chylex 4ea6578d9e Update mod to Minecraft 1.16.1 2020-07-07 08:52:00 +02:00
chylex 7ef9bcb5b9 Finish porting to Minecraft 1.15.2 2020-01-31 16:51:22 +01:00
chylex b4a544a2ff Replace debug window title w/ CustomWindowTitle mod 2020-01-31 14:33:14 +01:00
chylex 8fb56b3172 Update Minecraft to 1.15.2 & fix compile errors 2020-01-31 14:26:36 +01:00
chylex 112f408215 Remove configuration options for the removed update check 2019-12-22 18:18:01 +01:00
chylex 3029da2eaa General code cleanup (modifiers, events, naming, UI code, etc) 2019-12-22 14:12:09 +01:00
chylex 8ec9f50e61 Remove Log class & replace debug stuff w/ Debug class 2019-12-22 12:33:34 +01:00
chylex 2564d4c68e Remove custom update checking system 2019-12-22 12:30:21 +01:00
chylex 10d9c3b463 Finish porting to Minecraft 1.15.1 2019-12-22 10:42:28 +01:00
chylex 1a523632bf Update Minecraft to 1.15.1 & fix compile errors 2019-12-22 09:52:44 +01:00
chylex a6d0d60189 Update to Forge 28.0.45
Closes #53
2019-08-11 21:07:48 +02:00
chylex 8da2a9d1ef Finish porting to Minecraft 1.14.4 2019-07-22 12:42:14 +02:00
chylex 01555a0f1d Update Minecraft to 1.14.4 & fix compile errors 2019-07-22 10:13:41 +02:00
chylex 6aea6844cb Release v3.0.1 for MC 1.14.3, 1.12.2 2019-07-16 19:39:02 +02:00
chylex 21897e7365 Fix fly boost staying toggled after disabling the mod 2019-07-16 19:38:20 +02:00
chylex 92c3375dcd Allow sprint toggle for fly boost & disable sprint FOV change while flying
References #49
2019-07-07 15:42:43 +02:00
chylex 27f5916494 Rename Feature.isTriggered to isEnabled 2019-07-07 15:23:31 +02:00
chylex 765e4e88f6 Update version & mod description 2019-07-04 15:01:01 +02:00
chylex a39f32d64b Update config migration (add sprint key mode, minor refactoring) 2019-07-04 14:54:03 +02:00
chylex b279d2793e Hardcode config file comments until builder.translation starts working 2019-07-04 11:08:35 +02:00
chylex 1086fb8511 Disable survival fly boost in LAN multiplayer 2019-07-04 09:51:36 +02:00
chylex 4dd7b92fd5 Fix ServerNetwork.players set not being synchronized (regression) 2019-07-03 14:10:02 +02:00
chylex d06527e49a Use vanilla sprint keybind on first start 2019-07-03 14:10:02 +02:00
chylex cd4587c2dc Rework button state to avoid calling init() multiple times due to it breaking 2019-07-02 13:45:35 +02:00
chylex b2b104948b Slightly improve sprint mode option button 2019-07-02 11:01:52 +02:00
chylex 8e3b51e804 Tweak buttons (add generic button class & don't trigger onClick when disabled) 2019-07-02 10:26:27 +02:00
chylex 0a25057389 Change default keybinds to, if possible, use <modifier>+G for toggles 2019-07-02 10:14:09 +02:00
chylex 4d0944b038 Update sprint/sneak toggles to use the new system 2019-07-02 07:54:46 +02:00
chylex 16a57c09d2 Add a system for tracking key toggle states 2019-07-02 07:15:32 +02:00
chylex 1c7d2b3149 Fix keybinds not saving if other code doesn't call GameSettings.saveOptions 2019-07-02 03:14:01 +02:00
chylex 0eb25f7aef Simplify keybind configuration code 2019-07-02 03:05:37 +02:00
chylex 2ca238afbf Fix keybind conflicts not showing properly after refactoring 2019-07-01 23:22:22 +02:00
chylex 76577ad957 Refactor feature trigger/availability handling code 2019-07-01 23:04:02 +02:00
chylex 5a669688e4 Minor cleanup 2019-07-01 20:26:16 +02:00
chylex dbabd31663 Add an // UPDATE comment to check if vanilla sprint keybind isn't overridden 2019-07-01 19:53:05 +02:00
chylex 9962a390b5 Completely rework sprinting logic w/ option to tap sprint key 2019-07-01 11:55:16 +02:00
chylex 3337c5a5a1 Remove no longer necessary isModDisabled checks in MovementController 2019-07-01 08:30:21 +02:00
chylex 9ec23a73dc Reorganize GUI code 2019-07-01 05:10:43 +02:00
chylex d53d1048e4 Disable fly boost in survival mode in singleplayer
While servers may still want to enable this, there's no point in keeping
it for singleplayer as the player can just manually go into creative
mode (and if they can't, then the boost only serves as an exploit for
flight items).
2019-07-01 02:26:41 +02:00
chylex b11fb88c4b Allow disabling/enabling the mod in-game when in singleplayer 2019-07-01 02:22:32 +02:00
chylex 6481ba452c Rework injected tick logic to remove vanilla code from PlayerLogicHandler 2019-07-01 01:51:47 +02:00
chylex bae75d5287 Improve coremod to remove need for vanilla code in LivingUpdate 2019-07-01 00:13:40 +02:00
chylex 4c8fbd62d5 Refactor event subscribing & remove some unnecessary code 2019-06-30 22:14:27 +02:00