Skip to content

Altitude level above y=256 wraps around, inverting physics. #337

Closed
@aramperes

Description

@aramperes

When you reach a level above y=256, physics are inverted; gravity goes upwards, so you float to a certain point. That point is actually defined by the inverse of the ground level.

I took the example of having the highest ground level of 70. If you teleport from the same position to the block limit, 256, using /tp ~ 256 ~, you will not fall. Instead, you will "fall" upwards to level 326. The reason for that limit is because 326-256=70. So, you stop at that position because you are supposedly touching the ground.

Here's a video of that example: http://momoperes.ca/videos/velocity_bug.mp4

This does not seem to affect dropped items, but they seem very glitchy too. If you drop one under you while floating, you will be able to pick it up while it is 30 blocks under you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions