Skip to content

Instantly share code, notes, and snippets.

@rom1504
Created June 5, 2016 22:07
Show Gist options
  • Save rom1504/a14387eaf2bfb78698bc9d8dfcd4cbc6 to your computer and use it in GitHub Desktop.
Save rom1504/a14387eaf2bfb78698bc9d8dfcd4cbc6 to your computer and use it in GitHub Desktop.
diff example between 16w20a and 1.10-pre1
{
"play": {
"toServer": {
"oldTypes": {
"packet_resource_pack_receive": [
"container",
[
{
"name": "hash",
"type": "string"
},
{
"name": "result",
"type": "varint"
}
]
]
},
"newTypes": {
"packet_resource_pack_receive": [
"container",
[
{
"name": "result",
"type": "varint"
}
]
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment