azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

fix: GameOwnershipResponse key_id format #138

Closed 1zun4 closed 5 months ago

1zun4 commented 5 months ago

Example:

{
  "items" : [ {
    "name" : "game_minecraft",
    "signature" : ""
  }, {
    "name" : "game_minecraft_bedrock",
    "signature" : ""
  }, {
    "name" : "product_minecraft",
    "signature" : ""
  }, {
    "name" : "product_minecraft_bedrock",
    "signature" : ""
  } ],
  "signature" : "",
  "keyId" : "1"
}