1
0
mirror of https://github.com/chylex/Better-Sprinting.git synced 2024-10-17 08:42:50 +02:00
Commit Graph

309 Commits

Author SHA1 Message Date
e1a6e897ec Formatting fix in main.js 2019-02-20 12:51:53 +01:00
0d114e8f3a Update network specification for 1.13 2019-02-20 07:47:47 +01:00
d2799cbdbc General cleanup & mods.toml fix 2019-02-20 06:49:06 +01:00
d6ee309355 Reimplement key modifier and mouse button in client config 2019-02-20 06:19:40 +01:00
625b4d2ea0 WIP 1.13.2 update + port coremod to JS, redo pushOutOfBlocks, fix allDirs bug
The allDirs bug appears to have allowed sprinting after running out of
hunger, for as long as the sprinting was not interrupted.
2019-02-20 03:09:29 +01:00
c37de640f5 Update language files for 1.13 2019-02-20 02:06:48 +01:00
83bf5cc68b Prepare build.gradle for 1.13.2 2019-02-20 02:06:20 +01:00
b616cf64d6 Update Gradle wrapper 2019-02-20 02:02:58 +01:00
2630236201 Reduce setup annoyance 2019-02-19 21:27:36 +01:00
30e8986dfc Update Gradle wrapper to 4.9 2019-01-10 22:43:46 +01:00
788cb951ce Release 2.1.1 for MC 1.12.2 & fix outdated development instructions 2018-02-15 11:36:17 +01:00
5e7142cee7 Add support for InputUpdateEvent and set minimum Forge version
Closes #32
2018-02-15 11:18:59 +01:00
c52e9e3e62 Release 2.1.0 for Minecraft 1.12.2 2017-09-26 21:39:06 +02:00
f9cbc5b8da Update transformer to remove more vanilla code & cleanup AT 2017-09-26 21:22:07 +02:00
51bd4aa240 Finish transformer edits to replace a block instead of the whole onLivingUpdate 2017-09-26 19:50:29 +02:00
e610f8f7cf Remove explicit PlayerAPI support due to coremod changes 2017-09-26 19:06:21 +02:00
f217e4e044 Refactor simple EntityPlayerSP methods and log transformer instructions in debug only 2017-09-26 18:04:31 +02:00
6a248b87eb Push WIP transformer code (skip point in onLivingUpdate) 2017-09-26 17:32:34 +02:00
bf58f24211 Rewrite transformer to insert instead of replacing code 2017-09-26 14:44:59 +02:00
a0e64d97d4 Update instructions and comments with minor code reordering 2017-09-25 23:04:36 +02:00
9e287eacdc Add update instructions to the repo & update readme 2017-09-25 22:57:09 +02:00
22eddbd755 Update to Minecraft 1.12.2 2017-09-25 22:24:33 +02:00
10262f89db Release 2.0.3 for MC 1.12.1 2017-09-25 21:45:18 +02:00
8459dbed9e Turns out acceptedMinecraftVersions is fucking useless for this purpose 2017-09-10 15:25:27 +02:00
6c9f6a49ca Prevent trying to load the mod on untested Minecraft versions 2017-09-10 14:51:56 +02:00
d991cc9c96 Update to 1.12.1 2017-09-10 14:36:17 +02:00
65bd52031f Release 2.0.2 for Minecraft 1.12 2017-08-02 21:11:28 +02:00
16a8c7ad0b Improve compatibility with 'Controlling' and possibly other mods
Closes #31
2017-08-02 20:56:41 +02:00
abd70df713 Release 2.0.1 for Minecraft 1.12 2017-06-29 14:11:35 +02:00
91d6167250 Update to Forge 14.21.1.2387 and depend on it due to API changes 2017-06-29 13:41:41 +02:00
55c4712d79 Release 2.0.0 for Minecraft 1.12 2017-06-15 21:21:14 +02:00
b29089d27b Rewrite integrity check 2017-06-15 08:13:16 +02:00
3c39c28c33 Fix core mod outside dev env, add logging and safeguards 2017-06-15 07:31:57 +02:00
76ccc6b0ae Tweak integrity check to only use XZ coordinates to detect movement 2017-06-15 05:18:59 +02:00
80a5c3e296 Fix build.gradle core mod definition 2017-06-15 04:39:06 +02:00
b5b627d573 Remove Java Checker 2017-06-15 03:13:03 +02:00
dcaf74f900 Refactor some code 2017-06-14 22:27:44 +02:00
350d1006e2 Add tab completion to server commands 2017-06-14 22:27:18 +02:00
f1a672c2e9 Add support for key modifiers 2017-06-14 14:31:35 +02:00
ea760fd840 Rename PlayerAPI compatibility file 2017-06-14 04:28:37 +02:00
65dc9d6c68 Update 'bs.game.integrity' in all language files 2017-06-14 04:23:12 +02:00
e158b7e313 Reimplement integrity check 2017-06-14 00:19:42 +02:00
5b211f1ed5 Fix core mod after refactoring 2017-06-13 23:38:08 +02:00
54e3d9ca6b Refactor code for update notifications 2017-06-13 22:44:48 +02:00
c58885376f Refactor (rename parameters, move files and fields, tweak code) 2017-06-13 22:17:22 +02:00
274a079ad4 Rename player parameters in LivingUpdate to $this 2017-06-13 21:56:36 +02:00
3178f75f75 Update all logic code to 1.12 2017-06-13 21:55:09 +02:00
6dc33a6059 Update readme 2017-06-13 19:49:46 +02:00
3c3ce3debc Replace pushOutOfBlocks calls with an ASM'd method 2017-06-13 19:15:16 +02:00
6a72d9de28 Cleanup coremod code 2017-06-13 18:52:57 +02:00