barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

Call send_packet function in a thread #122

Open Beppe1509 opened 3 years ago

Beppe1509 commented 3 years ago

Hello, so I want to call the send_packet function (in a proxy bridge exactly) in a thread to be able to make a simple input() client. Thanks in advance :D

davidawesome02 commented 2 years ago

They made a example with this in it, use that Instead.