This commit is contained in:
LabyStudio
2022-02-05 17:48:37 +01:00
parent 0d6c545030
commit cdd934954e
3 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ window.World = class {
}
getTotalLightAt(x, y, z) {
if (y < 0) {
if (!this.blockExists(x, y, z)) {
return 15;
}