|
Hi, How close do boost blocks need to be to the lodestone? Within 1 block/touching it? Or within a certain radius? |
Answered by
AtriusX
Jun 4, 2026
Replies: 1 comment
|
Boost blocks can be as far away from the waystones as you want within the boost block limit of the waystone itself. The plugin uses a flood-fill algorithm to track all boost blocks that are directly or indirectly connected to the waystone. As long as you can trace a path from a given boost block back to the target waystone, it's connected. The power block used also doesn't need to be the same as others around it. As long as the neighboring blocks are in the list of power blocks it'll form a chain. I set it up this way so you're able to get a bit more free-form with the way your waystones look. Hope this helps! |
0 replies
Answer selected by
kevinswho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Boost blocks can be as far away from the waystones as you want within the boost block limit of the waystone itself. The plugin uses a flood-fill algorithm to track all boost blocks that are directly or indirectly connected to the waystone. As long as you can trace a path from a given boost block back to the target waystone, it's connected.
The power block used also doesn't need to be the same as others around it. As long as the neighboring blocks are in the list of power blocks it'll form a chain.
I set it up this way so you're able to get a bit more free-form with the way your waystones look.
Hope this helps!