Looks like automagical relighting (#838)

Fixes #686
This commit is contained in:
dordsor21
2021-01-11 19:29:16 +00:00
committed by GitHub
parent 74a2f02003
commit b4d7562b87
46 changed files with 932 additions and 142 deletions

View File

@ -361,7 +361,7 @@ public class FaweAPI {
} else {
relighter.removeLighting();
}
relighter.sendChunks();
relighter.flush();
return count;
}