Implement basic sky lighting for chunks with broken lighting (spigot)

This commit is contained in:
Mike Primm 2021-12-24 21:55:19 -06:00
parent 3a3a970883
commit 5b735dab3f
8 changed files with 134 additions and 126 deletions

View file

@ -1094,6 +1094,7 @@ public abstract class GenericMapChunkCache extends MapChunkCache {
if (!hasLitState) {
hasLight = false;
}
hasLight = false;//DEBUG
// If no light, do simple generate
if (!hasLight) {
//Log.info(String.format("generateSky(%d,%d)", x, z));