File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/com/falsepattern/chunk/internal/mixin/mixins/common/vanilla Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ public abstract class S26PacketMapChunkBulkMixin {
40
40
private int [] zPositions ;
41
41
@ Shadow (aliases = "field_149265_c" )
42
42
private int [] ebsMasks ;
43
+ @ Shadow (aliases = "field_149262_d" )
44
+ private int [] ebsMSBMasks ;
43
45
@ Shadow (aliases = "field_149261_g" )
44
46
private int deflatedSize ;
45
47
@ Shadow (aliases = "field_149267_h" )
@@ -66,6 +68,7 @@ public void readPacketData(PacketBuffer data) throws IOException {
66
68
xPositions = new int [chunkCount ];
67
69
zPositions = new int [chunkCount ];
68
70
ebsMasks = new int [chunkCount ];
71
+ ebsMSBMasks = new int [chunkCount ];
69
72
datas = new byte [chunkCount ][];
70
73
71
74
if (inflaterBuffer .length < deflatedSize ) {
You can’t perform that action at this time.
0 commit comments