Fix empty/null chunk section check in LevelChunk#getBlockData, rename… (#7039)
… patch and methods to make more sense with Mojang mappings
This commit is contained in:
@@ -4893,8 +4893,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public void setBlockEmptinessMap(final boolean[] emptinessMap) {}
|
||||
+
|
||||
// Paper start
|
||||
@Override public BlockState getType(int x, int y, int z) {
|
||||
return Blocks.VOID_AIR.defaultBlockState();
|
||||
@Override
|
||||
public BlockState getBlockState(int x, int y, int z) {
|
||||
diff --git a/src/main/java/net/minecraft/world/level/chunk/ImposterProtoChunk.java b/src/main/java/net/minecraft/world/level/chunk/ImposterProtoChunk.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/net/minecraft/world/level/chunk/ImposterProtoChunk.java
|
||||
|
||||
Reference in New Issue
Block a user