PorkStudios / FarPlaneTwo

Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP)
https://daporkchop.net/
Other
1.45k stars 52 forks source link

Does not work beyond vanilla worldborder #180

Open SolDev69 opened 1 year ago

SolDev69 commented 1 year ago

If a mod is used to increase worldborder size LODs aren't rendered beyond 30 million. image

DaMatrix commented 1 year ago

as far as i know, this isn't actually my fault - there's no standardized method in code to determine the actual world boundaries (not the world border size, but the actual coordinate limits). it's simply a constant value which is hard-coded to 30000000, and there's no reasonable way to determine if it's modified by another mod.