Immersive Railroading

Immersive Railroading

3M Downloads

Fix trains disappearing when looking off of it slowly

trainman264 opened this issue · 5 comments

commented
commented

I think I found the issue now. If a chunk is outside of your viewbox, minecraft does not iterate through the entities to render. I am not sure how to fix that

commented

I fixed it for the case that matters, when you are riding the entity. Still kinda buggy when looking around when not riding, but it is close enough for now

commented

Found the bug. World.MAX_ENTITY_RADIUS = 32 fixes it!

commented

Nope, still an issue in a few edge cases. drat

commented