This commit is contained in:
Leijurv
2018-09-06 07:48:27 -07:00
parent db3aa5a714
commit 63b04df95d
7 changed files with 207 additions and 3 deletions
+2 -2
View File
@@ -9,6 +9,7 @@
- **Slabs and stairs**
- **Falling blocks** Baritone understands the costs of breaking blocks with falling blocks on top, and includes all of their break costs. Additionally, since it avoids breaking any blocks touching a liquid, it won't break the bottom of a gravel stack below a lava lake (anymore).
- **Avoiding dangerous blocks** Obviously, it knows not to walk through fire or on magma, not to corner over lava (that deals some damage), not to break any blocks touching a liquid (it might drown), etc.
- **Parkour** Sprint jumping over 1, 2, or 3 block gaps
# Pathing method
Baritone uses a modified version of A*.
@@ -41,8 +42,7 @@ Things it doesn't have yet
See <a href="https://github.com/cabaletta/baritone/issues">issues</a> for more.
Things it may not ever have, from most likely to least likely =(
- Parkour (jumping over gaps of any length)
- Boats
- Pigs
- Boats
- Horses (2x3 path instead of 1x2)
- Elytra