mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-22 23:41:27 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
246e5ca742
@ -280,6 +280,9 @@ public class Protocol1_11To1_10 extends Protocol {
|
||||
Chunk1_9_3_4Type type = new Chunk1_9_3_4Type(clientWorld);
|
||||
Chunk chunk = wrapper.passthrough(type);
|
||||
|
||||
// Clear any other bytes (This is a workaround for a issue with 1.9.2 encoder adding nbt list)
|
||||
wrapper.clearInputBuffer();
|
||||
|
||||
if (chunk.getBlockEntities() == null) return;
|
||||
for (CompoundTag tag : chunk.getBlockEntities()) {
|
||||
if (tag.contains("id") &&
|
||||
|
Loading…
Reference in New Issue
Block a user