cabaletta/baritone

Keep a radius of cached regions loaded

Open

#324 创建于 2019年2月1日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Java (1,380 fork)batch import
enhancementgood first issue

仓库指标

Star
 (6,154 star)
PR 合并指标
 (平均合并 121天 14小时) (30 天内合并 9 个 PR)

描述

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

贡献者指南