Leijurv
348b02e4f8
Merge pull request #3368 from ZacSharp/patch-5
...
Remove false information from `#help mine`
2022-07-05 15:28:05 -07:00
Echocage
441dceb731
Narrowed scope and we now only call canSprintFromDescendInto when our next & next_next movements are both MovementDescends
2022-06-29 17:54:28 -05:00
Echocage
57c4f9e103
Undid previous change, updated to instead check the next and the next_next block
2022-06-27 18:38:54 -05:00
Echocage
2741fc2683
Swapped the order of checks within canSprintFromDescendInto
2022-06-27 15:06:27 -05:00
scorbett123
868c023dbd
Fix a couple of things I missed
2022-06-08 14:20:25 +01:00
scorbett123
e7c357ab7f
Make precomputed data refresh every 200 ticks (10 seconds)
2022-06-08 14:14:14 +01:00
scorbett123
9e1a5008ed
Move caching functions into MovementHelper
2022-06-07 21:52:24 +01:00
Wagyourtail
5773da36bd
Merge remote-tracking branch 'zacsharp/1.17.1-update' into 1.19/1.19
2022-06-07 05:11:47 -06:00
Wagyourtail
86303ed495
Merge branch '1.12/beta-versioning' into 1.19/1.19
2022-06-07 04:52:05 -06:00
ZacSharp
4a042510d8
Merge branch '1.17.1' into 1.18.2
2022-06-03 22:26:24 +02:00
ZacSharp
59b3fe7c3a
Merge branch '1.16.5' into 1.17.1
2022-06-03 19:05:47 +02:00
Leijurv
b54ddeadf4
Merge pull request #3387 from ZacSharp/1.16.5-update
...
Merge master into 1.16.5
2022-06-02 11:39:20 -07:00
scorbett123
a6557121a0
fix github actions compiling.
2022-05-31 15:08:52 +01:00
scorbett123
2dad6262cf
Remove some benchmarking and fix loading of settings.
2022-05-31 14:56:23 +01:00
scorbett123
af1eb58bb8
Implement Leijurv's precomputed data idea
2022-05-31 14:43:58 +01:00
Wagyourtail
9e021d2875
1.19
2022-05-31 02:38:55 -06:00
Wagyourtail
db9ee98762
Merge remote-tracking branch 'wagyourtail/1.18.2/cached-chunk-oopsie' into rework-buildscript-117
2022-05-31 01:58:12 -06:00
ZacSharp
4e0a507ba0
Merge branch '1.15.2' into 1.16.5
2022-05-24 21:45:58 +02:00
ZacSharp
7d39aacd72
Merge branch '1.14.4' into 1.15.2
2022-05-24 21:42:46 +02:00
ZacSharp
a8ae8a6171
Merge branch '1.13.2' into 1.14.4
2022-05-24 21:39:14 +02:00
ZacSharp
9c99333759
Merge branch 'master' into 1.13.2
2022-05-24 21:35:43 +02:00
ZacSharp
ad40a9225e
Fix leaking incorrect positions
...
It was only cleared when the previous one was canceled, not when it was directly replaced by the next one.
2022-05-03 23:25:01 +02:00
ZacSharp
1544b09c82
Merge branch '1.15.2' into 1.16.5
2022-04-23 13:12:08 +02:00
ZacSharp
1d08b3e729
Merge branch '1.14.4' into 1.15.2
2022-04-23 13:07:22 +02:00
ZacSharp
8a150568ec
Merge branch '1.13.2' into 1.14.4
2022-04-23 13:02:47 +02:00
ZacSharp
00b20b2158
Merge branch 'master' into 1.13.2
2022-04-23 13:00:16 +02:00
wagyourtail
25e8e1b5fe
fix
2022-04-22 19:23:39 -07:00
wagyourtail
bf7c840ea3
backport 3308
2022-04-22 19:00:43 -07:00
ZacSharp
4dcf260059
Fix mistakes made while merging upwards
2022-04-14 19:22:38 +02:00
scorbett123
2cf973809a
eta command should default to NaN not just not showing the eta as suggested by ZacSharp
2022-04-12 12:15:42 +01:00
scorbett123
65974e15ba
Improve output to user in eta command
2022-04-11 18:36:48 +01:00
ZacSharp
e885d2c221
Merge branch '1.15.2' into 1.16.5
2022-04-11 18:26:03 +02:00
ZacSharp
fe61a404d6
Merge branch '1.14.4' into 1.15.2
2022-04-11 18:03:10 +02:00
ZacSharp
97ac4bbd4f
Merge branch '1.13.2' into 1.14.4
2022-04-11 18:00:00 +02:00
ZacSharp
dd29b72295
Merge branch 'master' into 1.13.2
2022-04-11 17:49:10 +02:00
wagyourtail
4b2d1fe6b0
fix an oopsie in chunk caches with dynamic world height
2022-04-04 14:18:25 -07:00
ZacSharp
2908c7499c
Fix syntax
...
That's why you shouldn't make changes on Github
2022-04-01 00:33:27 +02:00
ZacSharp
ef4c2bbc98
Remove false information from #help mine
...
Baritone no longer caches ores on Minecraft 1.13+
Metadata values were removed in Minecraft 1.13
lit_redstone_ore was merged into redstone_ore in Minecraft 1.13
2022-03-31 23:53:58 +02:00
Leijurv
dc6b32a154
Merge pull request #3356 from wagyourtail/forceAllowBreak
...
add `allowBreakAnyway` setting
2022-03-31 14:08:13 -07:00
Wagyourtail
2953e2c522
make codacy happy
2022-03-24 18:16:19 -07:00
Wagyourtail
bf450b7d68
rename to allowBreakAnyway
2022-03-24 17:34:31 -07:00
Wagyourtail
4e6b6d97ce
add forceAllowBreak setting
2022-03-24 17:33:33 -07:00
ZacSharp
17b2245033
Merge branch '1.15.2' into 1.16.5
2022-03-24 18:27:50 +01:00
ZacSharp
7b7c49d7ad
Merge branch '1.14.4' into 1.15.2
2022-03-22 22:16:06 +01:00
ZacSharp
1522d11df0
Merge branch '1.13.2' into 1.14.4
2022-03-21 23:15:22 +01:00
ZacSharp
7eecf69178
Merge branch 'master' into 1.13.2
2022-03-21 17:57:39 +01:00
scorbett123
e036f5360c
If context.player() returns none we don't want to use its position for pruning.
2022-03-16 20:12:56 +00:00
Wagyourtail
511941c714
reimplement death and bed waypoints
2022-03-15 18:39:19 -07:00
Wagyourtail
9ba8949a2e
fix <parameter1> is null (and sneak in some other changes)
2022-03-08 17:28:56 -07:00
Wagyourtail
9b7d3af03d
remove duplicate
2022-03-08 17:28:56 -07:00