SuperMartijn642 / MovingElevators

19 stars 15 forks source link

[Bug] Elevators are rendered way outside the player/server view distance. #215

Closed Chesvin1 closed 2 months ago

Chesvin1 commented 2 months ago

Version Info

Are you using OptiFine?: No.

Description of the Bug Elevators can be rendered outside the player or server render distance. Although this shouldn't have a big impact on performance, this shouldn't be desired behavior as it can reveal things that the player shouldn't really see.

The render distance of the elevators should be tied to the player's render distance.

Steps to Reproduce Create an elavator, go outside the render distance, and press F3+B, you will be able to see the hitbox. Also, if the elevator is moving, the player will be able to see them.

Screenshots

2024-04-12_16 46 43

image

SuperMartijn642 commented 2 months ago

The render distance for the elevators was simply a fixed 300 blocks. In version 1.4.7 it is now bound to the actual render distance setting, so this should no longer be an issue. Thank you for reporting the issue!