Yeah, i'm doing that at the moment. It does feel kinda hacky though if you have to do it over long distances. I am currently checking in every direction. How can i get the direction the block is facing, so i can check a specific direction?
I am trying to raytrace from the position of a block and i want to find the position of a block in a specific direction but all the raytracing methods i've found need an entity.
I also need to find which way the block is facing (north, east, down, ...).