baritone just stops randomly and i have to place blocks manually?
XZRC opened this issue ยท 9 comments
Some information
Operating system:
Java version: 8
Minecraft version: 1.12.2
Baritone version: the one in impact
Other mods (if used): impact client
Heres a video of the bug: https://streamable.com/pku7ic
Exception, error or logs
Please find your latest.log
or debug.log
in this folder and attach it to the issue
How to reproduce
.b build laputa.schematic 129842 126 -1099601
Modified settings
To get the modified settings run #modified
in game
Final checklist
- I know how to properly use check boxes
- I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- I have included logs, exceptions and / or steps to reproduce the issue.
- I have not used any OwO's or UwU's in this issue.
it just keeps doing this? (when it placed the block i manually placed it)
https://streamable.com/5gf1yw
Sorry to say, but that looks normal.
BuilderProcess
is really bad at handling anything beyond block placement so if you have any kind of directionality (you don't) or a specific build order (you do) or blocks placed in air (you do) you'll more likely than not get into trouble.
I'd suggest forcing Baritone to build bottom up (enable buildInLayers
and make sure layerOrder
is disabled (default)) and maybe also adding your throwaway block to buildIgnoreBlocks
so it can freely place scaffolding (you'll have to remove that after building is done).
Whatever block you are using for scaffolding (by default Baritone can use
as throwaway blocks), though you don't seem to have any on your hotbar.Anything more specific than "unable to do it"?
do you know what causes the problem where is just randomly doesent build? it works completely fine and then just stops
can i use the main building block as scaffolding?
You can add them to acceptiableThrowawayItems
but I wouldn't recommend it.
do you know what causes the problem where is just randomly doesent build? it works completely fine and then just stops
No, I don't. Probably it walks next to the block to place it but can't find an angle to look at for placing so it just stands still.