Commit Graph

120 Commits

Author SHA1 Message Date
Babbaj ff1b3e7c5f
simplify management of elytra state 2023-07-18 13:36:55 -04:00
Babbaj 9a6241af8a
refactor elytra into being just a process 2023-07-18 13:36:53 -04:00
Brady 108dbdae5d
partially appease codacy 2023-07-16 20:29:30 -05:00
Brady 8f5105c454
trolled pt2 2023-07-11 22:50:35 -05:00
Brady 349c951b55
Better handling of unsupported systems 2023-07-11 22:47:09 -05:00
Brady c0cdfb7781
Add commands for pathfinder reset and chunk repack 2023-07-07 19:44:59 -07:00
Brady 487b3a759a
`mostRecentGoal`, fixes immediate goal clear 2023-07-07 18:35:02 -07:00
Brady aeeb001205
Fix some codacy issues 2023-07-06 19:02:13 -07:00
Brady f2374edd8b
Merge branch 'master' into elytra
# Conflicts:
#	src/launch/java/baritone/launch/mixins/MixinMinecraft.java
#	src/main/java/baritone/Baritone.java
#	src/main/java/baritone/behavior/LookBehavior.java
2023-06-23 23:31:43 -07:00
ZacSharp 84777c2437
Don't complete more than what's supported 2023-06-20 00:01:33 +02:00
ZacSharp 13742df877
Complete the last argument, not the first one 2023-06-20 00:00:52 +02:00
ZacSharp f55f7f19b4
Tab complete the datatype which will be parsed 2023-06-19 23:50:42 +02:00
Brady 1257a0128c
Remove unnecessary `Baritone` casts 2023-06-18 21:46:56 -05:00
Brady 0886f176b3
Make elytra API changes 2023-06-18 21:46:03 -05:00
rfresh2 8dc32ae03c
firework inv management + pause/resume 2023-06-18 13:34:55 -07:00
ZacSharp 5fd915ab8a
Tab complete the file argument for `#settings load` 2023-06-18 22:27:57 +02:00
Babbaj 76c5c1155f
Fix ElytraCommand throwing exception for invalid goals 2023-06-18 00:51:07 -04:00
Brady a67889ab42
refactoring 2023-06-17 01:55:07 -05:00
Brady 37167746b5
Merge remote-tracking branch 'origin/master' into elytra 2023-06-16 22:52:24 -05:00
Brady f798ff26f6
fixed seed 2023-06-16 22:31:53 -05:00
Brady 8c12416348
Use new nether-pathfinder API
Doesn't stitch segments, just partially functional
2023-06-16 18:59:57 -05:00
Brady a9e9cd978d
cancel lol 2023-06-15 22:59:01 -05:00
Leijurv 8df6778641
sort of integrated nether pathfinder 2023-06-15 00:32:26 -07:00
Brady ea9245ad26
missed that 😩 2023-06-14 14:23:24 -05:00
Brady 75d47bb110
Fix all usages of `Helper.mc` 2023-06-14 01:53:29 -05:00
Brady 76fe0d14d3
Simplify some player context references 2023-06-12 21:13:10 -05:00
Brady 2022d33d03
Fix incorrect references to player and world 2023-06-12 21:12:49 -05:00
leijurv e334aae608
Merge pull request #3974 from cabaletta/pr/sel-shape-masks
Add sphere and cylinder build commands to sel
2023-06-12 12:57:01 -07:00
Brady 67a085c95f
Batch together GL_LINES draw calls 2023-06-12 13:16:37 -05:00
Brady a09e63d6aa
appease codacy 2023-06-11 13:14:52 -05:00
Brady 94d757104b
Clean ups 2023-06-11 11:24:31 -05:00
Brady 9729e63d98
Create and utilize new `Mask` type
Added factory method to `MaskSchematic` for creation using a `Mask`
Sort-of mocks the schematic structure, without the block states ofc
2023-06-09 17:25:29 -05:00
Brady 26574b4a9b
Add optional axis parameter for `#sel cyl` 2023-06-08 16:32:33 -05:00
Brady a1b1ef88cf
Use a Supplier to mimic a switch expression 2023-06-08 15:46:32 -05:00
Brady 34abbfb5da
appease codacy 2023-06-07 17:38:26 -05:00
Brady 0d14bde583
Working sphere/cylinder build commands for `#sel` 2023-06-07 16:31:52 -05:00
Brady 80ec9023ce
Replace `JAVA_ONLY_SETTINGS` array with `@JavaOnly` annotation 2023-06-04 12:31:34 -05:00
Wagyourtail 6698505dd8
make wp c not throw npe on invalid tag name 2023-03-13 15:31:18 -07:00
Leijurv 790a4f6769
command to load settings from a specific file 2023-03-01 00:25:49 -08:00
leijurv c1a9621dfa
Merge pull request #3768 from wagyourtail/1.12/fasterworldscanner
replace the world scanner with a 500x faster one
2023-01-28 10:18:59 -08:00
Leijurv d6d9af65fb
reformat 2023-01-15 01:04:15 -08:00
Wagyourtail 853dadd906
Merge remote-tracking branch 'origin/master' into 1.12/fasterworldscanner 2022-12-27 23:58:13 -07:00
leijurv 1697293f12
Merge pull request #3479 from scorbett123/caching_performance_upgrade
Caching performance upgrade
2022-12-23 23:57:14 -08:00
Wagyourtail 1736f2ffc7
replace the world scanner with a 500x faster one 2022-12-23 16:34:49 -07:00
ZacSharp 1cd2fb5b18
Reliably clear keys when paused 2022-10-24 22:49:12 +02:00
scorbett123 4699b46744
Merge branch 'master' into caching_performance_upgrade 2022-10-03 21:25:23 +01:00
rycbar0 f9c5386e7a final changes 2022-10-03 21:39:53 +02:00
rycbar0 025f6235f9 litematica command works and added schematic selection if more than 1 schematic is loaded
bug: if schematic origin isnt minimum corner schematic is built in the wrong place
2022-09-30 17:53:31 +02:00
schmar03 d928e705b9 LitematicaCommand added to build loaded schematics 2022-09-28 12:09:38 +02:00
Leijurv 85ab317c6c
simplify, remove setting changed event, always construct new precomputeddata 2022-07-14 21:35:30 -07:00