cabaletta/baritone

Keep a radius of cached regions loaded

Open

#324 ouverte le 1 févr. 2019

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Java (1 380 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (6 154 stars)
Métriques de merge PR
 (Merge moyen 121j 14h) (9 PRs mergées en 30 j)

Description

Probably just like 1 in every direction (so 9 loaded).

Currently they're only loaded on the chunk packer thread when a chunk is loaded that is in an unloaded cache region.

This kind of defeats the purpose of the cached renderer if it only renders loaded regions, and regions are only loaded if the server tells us about a chunk that's inside them.

Not really an issue unless you're standing near a border tho (coords divisible by 512), but still

Guide contributeur