mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-11 10:18:07 +01:00
18w07c - Fix some inventory issues + mappings, thanks Gerrygames
This commit is contained in:
parent
34cba80fd8
commit
00dedaa1ff
@ -139,6 +139,7 @@ public class WorldPackets {
|
||||
Chunk1_9_3_4Type type = new Chunk1_9_3_4Type(clientWorld);
|
||||
Chunk1_13Type type1_13 = new Chunk1_13Type(clientWorld);
|
||||
Chunk chunk = wrapper.read(type);
|
||||
wrapper.write(type1_13,chunk);
|
||||
|
||||
for (int i = 0; i < chunk.getSections().length; i++) {
|
||||
ChunkSection section = chunk.getSections()[i];
|
||||
@ -183,7 +184,6 @@ public class WorldPackets {
|
||||
chunk.getSections()[y >> 4].setFlatBlock(x, y, z, newId);
|
||||
}
|
||||
}
|
||||
wrapper.write(type1_13,chunk);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user