Blocks pushing player in random directions
democat3457 opened this issue · 5 comments
Rebirth-of-the-Night/Rebirth-of-the-Night#602
Apparently it has to do with the "push player out of blocks" config option being on EXACT, so I'm not sure if it's actually a bug or trying to literally push the player out of a block that isn't really inside of one.
oh well
does changing the option from EXACT to approx or standard really matter? what does the option actually do?
They are very different. The difference between the three options can be seen in the gallery on the project page.
The option was only included as there was an issue with sneaking on top of a half slab when a solid block is directly above you. It's exactly this issue (there is even a video linked somewhere).
This happens due to the pushing-out-of-blocks code in Minecraft 1.12 simply not being adapted for some player heights such as 1.5 blocks.
So for the three options in Aqua Acrobatics; STANDARD
doesn't change anything, APPROXIMATE
only applies a small hack-fix to the existing 1.12 code, and EXACT
ports the whole 1.13+ system, which doesn't have such flaws, but is more performance heavy.