1
0
mirror of https://github.com/kami-blue/client synced 2025-02-22 00:06:49 +00:00
Commit Graph

2495 Commits

Author SHA1 Message Date
Dominika
321dc9e9d8
Include diagonal X/Z for Coordinates in GUI 2020-05-25 12:01:27 -04:00
Dominika
fda2eec4dc
Made Baritone optionally pause when the server is lagging 2020-05-24 16:31:03 -04:00
Dominika
1bb1f9da10
Credit DupeBookCommand 2020-05-24 16:12:39 -04:00
Dominika
f2d867d447
Revert "deleted mount bypass"
This reverts commit 372b5b4b01.
2020-05-24 16:05:50 -04:00
Dominika
372b5b4b01
deleted mount bypass 2020-05-24 13:38:28 -04:00
Dominika
0d59f57a6a
added alias to dupe book 2020-05-24 13:32:14 -04:00
Dominika
804af305b7
Made Jesus compatible with Baritone 2020-05-24 11:04:39 -04:00
Dominika
c24925f9b5
Fixed hover for 2b2t 2020-05-24 09:44:04 -04:00
Dominika
63b5766f3e
Added NoSlowDown NCP bypass thanks to ionar2 2020-05-24 09:44:04 -04:00
Dominika
dd8a8b3b5b
Remove unused events I added and cleanup Mixins 2020-05-24 09:43:04 -04:00
Dominika
9723b3f8a8
Huge optimizations to InventoryMove / ElytraFlight 2020-05-23 19:38:44 -04:00
Dominika
b96a0b1bb9
var > private val for listeners in Kotlin 2020-05-23 18:49:15 -04:00
Dominika
80bf23e07f
Now sponsored by Raion client™ 2020-05-23 18:42:14 -04:00
Dominika
308800e2c3
Delete accidentally pushed file 2020-05-23 18:36:40 -04:00
Sorzon
bd31bb958e
Some ElytraReplace changes. (#866)
* The elytraCount now only counts elytras that meet the threshold.

* Combined two if statements into a 'if else if' setup.

* Implemented the same dynamic count variable for the chestplate code.

* Combined conditionals to skip checks when not needed.

* Combined two very similar blocks of code and simplified conditionals.

* Simplified the way broken states are calculated.

* Added a 'logToChat' function that tells you when you are running out of elytras, with an optional playSound setting and an adjustable logThreshold.

* Made settings more clear, optimized some stuff, made autochest optional

* Re-added the inventoryMode setting.

Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-05-23 17:16:38 -04:00
Dominika
8d825ddc19
For global formatting for chatName 2020-05-23 16:24:49 -04:00
Dominika
f504204028
Optimize ChatFilter, store as Pattern and close #861 2020-05-23 15:57:05 -04:00
Dominika
64c9222cf7
Reverted commits to ChunkFinder to close #862 2020-05-23 11:38:44 -04:00
Dominika
10d49e7b9b
Minor code cleanup in ElytraFlight 2020-05-23 11:34:51 -04:00
Dominika
f9a86eea3b
elytraflight bugfix 2020-05-22 22:38:28 -04:00
Dominika
a2dec5f7fc
Made ElytraFlight compatible with InventoryMove 2020-05-22 20:26:16 -04:00
Dominika
c21721820c
Made InventoryMove compatible with Future 2020-05-22 20:26:04 -04:00
Dominika
6d18e16f56
Spoof pitch properly and make lookBoost safer 2020-05-22 16:56:45 -04:00
Dominika
942f6d19ae
Code cleanup in ElytraFlight 2020-05-22 15:51:06 -04:00
Dominika
a42a33db51
Remove Robeart from credits 2020-05-22 12:37:06 -04:00
Dominika
6e5ddda8b3
Deleted teleport command 2020-05-22 12:27:32 -04:00
Dominika
96099df463
Removed Vanish command 2020-05-22 12:19:26 -04:00
Dominika
397068119a
Added Robeart to credits 2020-05-22 12:15:52 -04:00
Dominika
00b9c2dba7
Made ElytraFlight control and Autowalk compatible to close #727 2020-05-22 10:03:40 -04:00
Dominika
442fa74424
Added Look Boost to ElytraFlight 2020-05-22 09:51:37 -04:00
Dominika
c4f86bc788
Baritone allowInventory default to false 2020-05-21 15:12:10 -04:00
Leijurv
b4d82c4cc9
Update TemporaryPauseProcess.java (#864) (leijurv)
Added proper display name.
2020-05-21 08:45:16 +01:00
Dominika
885e63cae7
Move NoGlitchBlocks to a branch 2020-05-20 13:53:47 -04:00
Dominika
d4bfcf773a
Use EnumParser instead, fix crash 2020-05-20 12:07:10 -04:00
Dominika
ba9de7903b
Remove duplicate and add comment 2020-05-20 11:50:43 -04:00
Dominika
8da73b9028
Update Mixin, fix crash in dev 2020-05-20 11:47:37 -04:00
Dominika
c726dcf377
Switch Baritone module to use Alpine 2020-05-20 11:40:51 -04:00
Dewy
34cbdb813c
use optimised baritone in dist and fix mixin crash 2020-05-20 16:03:14 +01:00
Dominika
d924f5af1a
Huge optimizations to Baritone in preparation for queuing goals 2020-05-20 09:53:30 -04:00
Dominika
dfe73aabc9
Removed commands from modules page 2020-05-19 15:45:57 -04:00
Dominika
9417e6ff1d
Seperated WorldDownloader into a new module, closes #855 2020-05-19 15:44:11 -04:00
Dominika
5386e95166
Added a Setting listener to close #854 2020-05-19 15:34:07 -04:00
Dewy
e477d9e478
Refactor autoeat pausing away from baritone conf module 2020-05-19 14:09:48 +01:00
Dominika
04d5d5e092
Fix modules being in incorrect packages 2020-05-18 16:03:16 -04:00
Dominika
6e84b66156
Moved CoordsLog to misc 2020-05-18 15:56:42 -04:00
Dominika
7a810e1ef6
Delete GUI Colors due to new gui being planned and it being experimental 2020-05-18 15:56:31 -04:00
Dominika
eb1a12603a
return if spectator in ElytraFlight, closes #858 2020-05-18 15:55:25 -04:00
Dominika
61cae279ec
Revert forge update due to forge servers being offline again 2020-05-18 14:23:17 -04:00
Sorzon
204d23c73e
Fixed fullbright only working if transition is on. (#857) 2020-05-18 14:13:26 -04:00
Dominika
1de50c8865
Added Baritone and improved AutoWalk, and removed Pathfind (#837) 2020-05-18 14:06:33 -04:00