AresClient / ares

Ares is a free, open source minecraft utility mod aimed at anarchy servers.
https://aresclient.org
GNU Lesser General Public License v3.0
192 stars 28 forks source link

[BUG] Surround doesnt work on chests / echests #30

Closed Doogie13 closed 3 years ago

Doogie13 commented 3 years ago

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());