1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-16 11:57:04 +00:00
Commit Graph

3368 Commits

Author SHA1 Message Date
leijurv
3ffacbf375
Merge pull request #4064 from babbaj/safe-landing
find safe landing spot for elytra
2023-07-22 22:48:00 -07:00
Babbaj
eec85b20be
fix bias in comparator 2023-07-23 01:45:39 -04:00
Babbaj
c0ead0147a
use priority queue to bias upwards 2023-07-23 01:38:07 -04:00
Babbaj
9bfa2025d5
memoize isSafeLandingSPot 2023-07-23 01:14:19 -04:00
Babbaj
bf63ffbc1d
cringe fence hater 😭 2023-07-23 01:01:59 -04:00
Babbaj
985148b49a
check for specific blocks to land on and anything non air is lava 2023-07-23 01:00:23 -04:00
Babbaj
9e78443595
resolve comment 2023-07-23 00:53:26 -04:00
Babbaj
58723a33ca
hate cherry pick now 2023-07-23 00:05:11 -04:00
Babbaj
c9aa1658b2
improvements/fixes 2023-07-23 00:03:31 -04:00
Babbaj
7f9e50bbe2
initial safe landing impl 2023-07-23 00:02:46 -04:00
Brady
097e30850f
Move WalkOffCalculationContext into ElytraProcess 2023-07-18 23:35:09 -05:00
Brady Hahn
a63cbab013
Merge pull request #4060 from babbaj/elytra
refactor elytra into process
2023-07-18 23:23:25 -05:00
Brady
218de1cb98
Requested changes 2023-07-18 16:48:00 -05:00
Babbaj
0239a2cad4
notificationOnPathComplete and disconnectOnArrival 2023-07-18 15:36:29 -04:00
Babbaj
38553b3324
behavior can't be null in onTick 2023-07-18 14:52:09 -04:00
Babbaj
ba78c48a75
shutdown solverExecutor 2023-07-18 13:36:55 -04:00
Babbaj
f4996137a3
minor code improvements 2023-07-18 13:36:55 -04:00
Babbaj
ccd80dfc8f
that isn't necessary 2023-07-18 13:36:55 -04:00
Babbaj
ff1b3e7c5f
simplify management of elytra state 2023-07-18 13:36:55 -04:00
Babbaj
2f0497756b
simplify icky code 2023-07-18 13:36:54 -04:00
Babbaj
afe9359d3e
don't call onTick if we are pawsed 2023-07-18 13:36:54 -04:00
Babbaj
4b5d629df6
fix off by one error (causing the last point to be stuck in terrain) 2023-07-18 13:36:54 -04:00
Babbaj
dbc0a46b10
call elytra event handlers from ElytraProcess 2023-07-18 13:36:54 -04:00
Babbaj
9a6241af8a
refactor elytra into being just a process 2023-07-18 13:36:53 -04:00
Brady
1b82bd1f33
pitch smooth look and setting for ticks 2023-07-17 17:58:08 -05:00
Brady Hahn
90cfd82810
Merge pull request #4056 from babbaj/elytra
consistent elytra setting naming
2023-07-16 20:30:35 -05:00
Brady
108dbdae5d
partially appease codacy 2023-07-16 20:29:30 -05:00
Brady
32a4c4644e
Move cull code 2023-07-16 20:21:40 -05:00
Leijurv
edc92753cf
Revert "shrimple"
This reverts commit 0e567f2f90.
2023-07-16 18:17:53 -07:00
Leijurv
0e567f2f90
shrimple 2023-07-16 18:17:15 -07:00
Babbaj
41e8c69db9
consistent elytra setting naming 2023-07-16 18:58:42 -04:00
Brady Hahn
a83d1901f2
Merge pull request #4055 from babbaj/elytra
cull far away chunks from the cache
2023-07-16 17:00:42 -05:00
Babbaj
f3bb5a0cb2
make sure BlockStateOctreeInterface doesn't use freed chunk pointers 2023-07-16 13:53:02 -04:00
Babbaj
76d3a13f58
cull far away chunks from the cache 2023-07-16 01:19:51 -04:00
Brady Hahn
6f99f891dc
Merge pull request #4054 from babbaj/elytra
simple way to land at the goal
2023-07-15 22:24:42 -05:00
Brady Hahn
e579bf980d
Update NetherPath.java 2023-07-15 22:23:59 -05:00
Brady Hahn
716b3ae0d2
Update ElytraBehavior.java
i love github web editor
2023-07-15 22:23:35 -05:00
Babbaj
b468b8eb95
landing procedure 2023-07-15 22:17:21 -04:00
Brady
1d109d4b9f
crucial performance optimization 2023-07-13 14:47:19 -05:00
Brady
29bf046aa8
BlockStateOctreeInterface 2023-07-13 14:28:51 -05:00
Brady Hahn
4399b7c2fb
Merge pull request #4053 from babbaj/elytra
auto swap elytra
2023-07-13 13:37:30 -05:00
Babbaj
d35571923f
appease brady 2023-07-13 14:35:33 -04:00
Babbaj
461f56c4d6
countdown instead of count up 2023-07-13 14:21:15 -04:00
Babbaj
0b5d5b8176
use ticksBetweenInventoryMoves 2023-07-12 22:54:04 -04:00
Babbaj
42771686c6
auto swap elytra 2023-07-12 16:42:14 -04:00
Brady
8f5105c454
trolled pt2 2023-07-11 22:50:35 -05:00
Brady
7c696b7055
trolled 2023-07-11 22:49:51 -05:00
Brady
349c951b55
Better handling of unsupported systems 2023-07-11 22:47:09 -05:00
Leijurv
5dc403e643
crucial performance optimization 2023-07-10 00:12:10 -07:00
Brady Hahn
a8e1b16dee
Merge pull request #4048 from babbaj/elytra
don't send the whole chunk for small changes
2023-07-09 22:31:42 -07:00