#AOTV etherwarp block highlight sometimes highlights places where one cannot tp

1 messages · Page 1 of 1 (latest)

tardy summit
#

The issue appears to be that RayTraceBlocks does not account for non-full blocks being in the way, whilst Hypixel does.
I would like to contribute and search for a potential fix.

// src/main/kotlin/gg/skytils/skytilsmod/features/impl/misc/ItemFeatures.kt : onRenderWorld (line 779)
val obj = mc.theWorld.rayTraceBlocks(vec3, vec32, true, false, true) ?: return
scenic frigate
jaunty prairie
#

hey, I think you can just copy paste my code from a closed pr