It compiles

This commit is contained in:
Spottedleaf
2019-05-06 12:30:27 -07:00
parent 1fa1246a1e
commit b64ce880b7
36 changed files with 225 additions and 79 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 d8723c82d8..8bd86a5403 100644
index c31585f92f..801923c758 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