AresClient/ares

[BUG] Surround doesnt work on chests / echests

Closed this issue · 0 comments

What version is this applicable?
both

Describe the bug
when standing on an enderchest you surround the chest not your feet (due to block height idk)

To Reproduce
Stand on enderchest
Toggle surround
???
Die!

Screenshots
mfw

Additional context
potential fix gamesense used
if ( mc.player.posY % 1 > .2 ) {
targetPos = new BlockPos(targetPos.getX(), targetPos.getY() + 1, targetPos.getZ());