Closed barneygale closed 3 years ago
@dries007 @JLyne just flagging the above change with you, as you were both involved in making the server_chat_room
example work in 1.16 (thank you!). Quarry now includes .nbt
files, each containing the subset of the vanilla data pack conveyed in the join_game
packet. Hope this all seems reasonable to you - shout if not!
The reason we don't use the official data generators is that it doesn't include a schema. From the JSON I can't tell what should be a TagFloat vs TagDouble, etc.
server_chat_room.py
has some hard-coded NBT data to make the official client happy. Can we do better? E.g. load this data viaRegistry
(if available), or bring it into thequarry
package for ease of use?