Implement basic sky lighting for chunks with broken lighting (spigot)
This commit is contained in:
parent
3a3a970883
commit
5b735dab3f
8 changed files with 134 additions and 126 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue