mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 10:35:12 +01:00
update tags packet id
This commit is contained in:
parent
074aa302bc
commit
84d3c0d3e8
@ -194,7 +194,7 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
||||
}).send(ProtocolSnapshotTo1_12_2.class);
|
||||
|
||||
// Send tags packet
|
||||
wrapper.create(0x54, new ValueCreator() {
|
||||
wrapper.create(0x55, new ValueCreator() {
|
||||
@Override
|
||||
public void write(PacketWrapper wrapper) throws Exception {
|
||||
wrapper.write(Type.VAR_INT, MappingData.blockTags.size()); // block tags
|
||||
|
Loading…
Reference in New Issue
Block a user