Nathan Larsen

Results 13 comments of Nathan Larsen

So are DestroyBlockPacket's and UseItemPackets equivalent to (by default) right or left-clicking in-game?

It actually is. Try: ```py $ pip install git+https://github.com/ammaraskar/pyCraft/ ```

I'm getting the same thing upon trying to join a server I didn't manually disconnect from beforehand. ```py xception in thread Networking Thread: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py",...

That works for me.

I have the same issue with python3. My best alternative is just installing this from source with ```bash $ pip install git+https://github.com/jpsenior/sphinx-execute-code ``` That way you don't need the PyPI...

Perhaps @jpsenior could merge the fork and then publish a new version to PyPI? After checking that that fork meets your code standards first, and verifying that it would be...

1. Could you iterate through the `webhook.proxies` attribute of a given webhook that you call `.execute()` on? 2. The workaround is a little hacky, but you could modify the `.proxies`...

Yeah, there isn't any documentation it seems... this is unfortunate. TIme to do some source reading I guess...

Awesome! Thank you.

I'm going to convert this to a draft PR, and then you'll convert it back when its ready to be reviewed and merged for real.