Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

baritone bridging over void in skyblock

Roboboy5741 opened this issue ยท 9 comments

commented

just wanted to know how to get the bot to bridge from point A to B in a skyblock world i have modified the throwable items list, made blockplacementpenalty to 0, allowed inventory, enabled assumesafewalk. the bot still has no clue how to get to Point B just walks to the edge of the island and stops

i need the bot to bridge roughly 5-7k blocks with bottom slabs to prevent mob spawning

is there anything im missing or am i doing anything wrong?

commented

Not sure whether bottom slabs can be used as scaffolding. Scaffolding is intended to be simple full blocks (dirt, stone, etc.).

commented

Not sure whether bottom slabs can be used as scaffolding. Scaffolding is intended to be simple full blocks (dirt, stone, etc.).

if its not is there a way to add it and would the bot get confused and place 2 slabs to make full blocks?
in the meantime ill try with normal cobble

(update: got it working with normal cobble but previous question about adding bottomslabs to scaffolding still stands)

commented

I don't think it would be too much work, but I also don't see much use in it.
Since you are trying to abuse the pathfinder to effectively build something for you, did you consider using #selection fill?

commented

I don't think it would be too much work, but I also don't see much use in it. Since you are trying to abuse the pathfinder to effectively build something for you, did you consider using #selection fill?

would selection fill build a bridge in a diagonal or would it just attempt to make a massive platform

commented

Screw it, that probably won't work.
What version are you using?

commented

Selections are always cuboids so that won't work. Also might be sel fill doesn'T allow you to specify specifically bottom slabs.
I think what I'd do is using buildRepeat and buildRepeatCount to copypaste a handbuilt section of the bridge. So setup repetition settings, build a section of the bridge, select it, copy it, paste it, hope that the builder can actually handle this. (it can place slabs but bridging is harder than that)

commented

Screw it, that probably won't work. What version are you using?

1.20.4 also it was funny how fast you turned around and said screw it xD

commented

Turns out just removing the safety checks doesn't do the trick ๐Ÿ˜„

2024-03-06.00-25-23.mp4

Turns out this is a bit harder than I expected. This version (CI build here) can place a line of bottom slabs, but it also comes with at least 4 regressions / new bugs. Some of that might be avoidable by undoing some of the changes (I first tried one approach and then another without undoing changes) but at least 2 of them will stay.
I'm done trying to make slabs usable as throwaways.

commented

listen i seriously appreciate the fact you tried ill take the simple "won't work" and leave it at that sorry for making you jump through hoops xD the bot still helps a ton with getting around my islands through waypoints

(btw just a little bug report of sorts... the bot refuses to walk over my water logged slabs and prefers to try bridging over)
Screenshot (313)
as shown in the picture they go from full block to half block(waterlogged) then back to full block

i might just be dumb and have a setting wrong so call me out on that if i am xD