Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baritone bridging over void in skyblock #4288

Open
Roboboy5741 opened this issue Mar 5, 2024 · 9 comments
Open

baritone bridging over void in skyblock #4288

Roboboy5741 opened this issue Mar 5, 2024 · 9 comments
Labels
question Further information is requested

Comments

@Roboboy5741
Copy link

Roboboy5741 commented Mar 5, 2024

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?

@Roboboy5741 Roboboy5741 added the question Further information is requested label Mar 5, 2024
@ZacSharp
Copy link
Collaborator

ZacSharp commented Mar 5, 2024

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

@Roboboy5741
Copy link
Author

Roboboy5741 commented Mar 5, 2024

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)

@ZacSharp
Copy link
Collaborator

ZacSharp commented Mar 5, 2024

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?

@Roboboy5741
Copy link
Author

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

@ZacSharp
Copy link
Collaborator

ZacSharp commented Mar 5, 2024

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)

@ZacSharp
Copy link
Collaborator

ZacSharp commented Mar 5, 2024

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

@Roboboy5741
Copy link
Author

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

@ZacSharp
Copy link
Collaborator

ZacSharp commented Mar 6, 2024

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.

@Roboboy5741
Copy link
Author

Roboboy5741 commented Mar 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants