Open dzikoysk opened 4 years ago
what is this supposed to be ? in what case is it useful ?
The following tags are a part of a new standard used to communicate between server and client. The server prepares ids for all of the tags used by client and sends them during the login procedure:
To use it we need to send base tags, then and only then we can declare a new one. The standard vanilla server sends them using their internal data system based on IRegistry (PacketPlayOutTags -> ITagRegistry):
I'm using the minecraft-data
as a tags source for my implementation of protocol, but it will be kinda painful in this case. I wonder if you ever encountered such an issue? I've send all of the tags provided by minecraft-data
and as you can see the client requests only these damn groups xD
Hey,
It could be quite useful to have a file with tags grouped by a standardized collections such as:
These groups are required in
Tags
packet and without them it is not really possible to communicate with a server. Do you think it could be achived byminecraft-data
? :)