cabaletta/baritone

Keep a radius of cached regions loaded

Open

#324 geöffnet am 1. Feb. 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.380 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (6.154 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 121T 14h) (9 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide