Improve chunk loaded checks

This commit is contained in:
Spottedleaf
2019-06-10 17:29:30 -07:00
parent 0616199cad
commit 522cb2b4d1
19 changed files with 94 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ Should only happen for blocks on the edge that uses neighbors light level
(certain blocks). In that case, there will be 3-4 other neighbors to get a light level from.
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 7e5ebb5ba4..4db49d6cdb 100644
index c8a859d7ba..6f9c35cd18 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -0,0 +0,0 @@ public abstract class World implements IIBlockAccess, GeneratorAccess, AutoClose