Created
June 5, 2016 22:07
-
-
Save rom1504/a14387eaf2bfb78698bc9d8dfcd4cbc6 to your computer and use it in GitHub Desktop.
diff example between 16w20a and 1.10-pre1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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