0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Nicolas F 0004540a57 world: only render fully formed and lit chunks
Minecraft notes various stages of fetal development that chunks are
in, with the complete ones being "full". Previously, we'd check
against a list of states that are not full to skip a chunk, which
is obviously not future proof, and broke as Mojang updated their
possible range of values for the status field. It's better to
just bail if the status is anything other than "full".

Additionally, a key called "isLightOn" is in the chunk now. This
seemingly determines whether a chunk has been lit. We're also going
to check for this, and bail if it's not. In my tests, I have not yet
seen a single "full" chunk that does not have "isLightOn" set.

Fixes #1558.
2019-04-28 13:41:17 +02:00
..
2019-03-10 18:05:32 +01:00
2017-02-12 12:47:47 -05:00
2018-05-06 13:47:17 -04:00
2019-03-07 15:43:01 +01:00
2017-03-24 17:57:37 +01:00
2016-11-29 09:13:42 -05:00
2019-03-07 15:33:28 +01:00
2019-03-02 15:47:13 +01:00
2019-03-02 15:32:25 +01:00
2017-03-16 18:25:55 +01:00
2019-03-04 17:04:09 +01:00
2019-03-07 15:49:37 +01:00