Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

baritone just stops randomly and i have to place blocks manually?

XZRC opened this issue ยท 9 comments

commented

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

debug.log

How to reproduce

.b build laputa.schematic 129842 126 -1099601

Modified settings

To get the modified settings run #modified in game

image
image
image

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.
commented

it just keeps doing this? (when it placed the block i manually placed it)
https://streamable.com/5gf1yw

commented

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).

commented

What do you mean with throwaway block?

commented

and it says its unable to do it when i try these settings
z

commented

Whatever block you are using for scaffolding (by default Baritone can use

public final Setting<List<Item>> acceptableThrowawayItems = new Setting<>(new ArrayList<>(Arrays.asList(
as throwaway blocks), though you don't seem to have any on your hotbar.

Anything more specific than "unable to do it"?

commented

do you know what causes the problem where is just randomly doesent build? it works completely fine and then just stops

commented

can i use the main building block as scaffolding?

commented

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.

commented

i got it to work pretty well with acceptiableThrowawayItems and buildIgnoreBlocks thanks for the help man :]