cabaletta / cabaletta/baritone
Baritone runs to a position, and digs the block from under its feet, falling, sometimes into lava, and dying.
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 2.1k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 3
Description
## Some information
Operating system: Ubuntu playing Multiplayer on Constantiam
Java version: 11
Minecraft version: 1.19.4
Baritone version: The one that comes with Meteor 0.5.3 for Minecraft 1.19.4
Other mods (if used): Meteor, Fabric loader, Fabric API, JourneyMap.
## How to reproduce
This comes up when using schematics (litematic) to repair highways in the nether. Often there is nothing to do if the highway has not been griefed, Baritone will run a long way before finding the next defect. Where the defect is a single block in the road bed that is not obsidian, say it is cobblestone, Baritone flags that block for replacement. Every single time, Baritone will run up and stand directly onto of the block in question and then break it. The problem is, nether highways frequently do not have a solid block directly under them, so the player falls, suffering fall damage. From time to time nether highways have lava under them, sometimes only 10 blocks down, sometimes more than 100 blocks down. Baritone must be able to know the consequence of breaking the block under its feet and not do it that way.
The very first thing we learn in Minecraft is never dig straight down.
Like why not run up 2 blocks short of the block that needs to be replaced with obsidian, break it and put in obsidian without ever standing on the block? Why does it have to stand directly on the block it intends to break ?
## Modified settings
To get the modified settings run `#modified` in game
## Final checklist
- [x] I know how to properly use check boxes
- [X] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- [X] I have included logs, exceptions and / or steps to reproduce the issue.
- [X] I have not used any OwO's or UwU's in this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.