Feature request: Material list caching for chunks getting outside the render distance
gamerpaddy opened this issue ยท 0 comments
The material list is showing missing materials, even when they have been placed.
turns out that the part of the schematic was outside the render distance. it dynamically checks which blocks have been placed, but cant see past the render distance.
can this be done differently? like cached and loaded once the chunks come in range?