Hello everyone. I have a question. I need to transfer binary files from server to client.
After studying the Minecraft code, I came to the conclusion that Minecraft downloads custom resourcepack from server via http, there is method ResourcePackRepository#func_148528_a:
http://up42.ru/u/p/2015-01-10_10.55.43.png[/img]
So, what can I do? How to send request to server? How to share required files on server?
Thanks and sorry for my language mistakes.