[Bug]: Cannot see ground under you from high up.
Reshy opened this issue ยท 3 comments
Describe the bug you're experiencing
Due to the circular render distance, it's entirely possible not to be able to see the ground under you when up high which can be a bit disconcerting.
It might be worth having an option to set a minim cylinder render distance, just so you can see the ground if you're up high enough.
Reproducability
Have a structure high in the sky, the ground will not be visible.
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.18
Modloader version
Forge
Logs
None
I can confirm this being the case, it also works in reverse as well. If you turn off nether fog then you can't even see the nether roof from a low point as the mod seems to stop rendering those points. I'm fairly certain an exception per dimension, along with a system that stretches the rendering bubble vertically as the player gets higher would solve this with very little edge cases.