Add TagsNested packet variant

This commit is contained in:
ice_iix 2021-08-29 16:17:34 -07:00
parent 7f89a72a8b
commit 27b5eabad8
2 changed files with 4 additions and 1 deletions

View File

@ -2129,6 +2129,9 @@ state_packets!(
field fluid_tags: LenPrefixed<VarInt, packet::Tags> =,
field entity_tags: LenPrefixed<VarInt, packet::Tags> =,
}
packet TagsNested {
field tags: LenPrefixed<VarInt, LenPrefixed<VarInt, packet::Tags>> =,
}
packet AcknowledgePlayerDigging {
field location: Position =,
field block: VarInt =,

View File

@ -159,7 +159,7 @@ protocol_packet_ids!(
0x63 => EntityProperties
0x64 => EntityEffect
0x65 => DeclareRecipes
0x66 => TagsWithEntities
0x66 => TagsNested
}
}
login Login {