flo

Results 2 issues of flo

The UI classes are currently getting their data directly or indirectly via static access to the CoreRegistry. - Widgets currently use the CoreRegistry to get an AssetManager instance. Either directly...

Topic: Architecture
Topic: UI/UX

The server schedules a chunk for light merging, in LocalChunkProvider when all chunks around it are loaded: ``` private boolean makeChunkAvailable(final ReadyChunkInfo readyChunkInfo) { final Chunk chunk = nearCache.get(readyChunkInfo.getPos()); if...

Topic: Architecture
Topic: Rendering
Multiplayer
Revive: Keep