docs: better spacing...
This commit is contained in:
parent
13475e65e8
commit
b3c641678a
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ aiocraft provides a raw implementation of a client but it isn't ready to be used
|
||||||
the whole Minecraft protocol from `0.30c` to `1.19.3` is compiled and available
|
the whole Minecraft protocol from `0.30c` to `1.19.3` is compiled and available
|
||||||
feature flags to only include certain protocol versions are planned
|
feature flags to only include certain protocol versions are planned
|
||||||
all types and packets are instantiable and serializable on all supported protocols:
|
all types and packets are instantiable and serializable on all supported protocols:
|
||||||
```
|
```py
|
||||||
from aiocraft.proto import PacketArmAnimation
|
from aiocraft.proto import PacketArmAnimation
|
||||||
|
|
||||||
a_packet = PacketArmAnimation(hand=0)
|
a_packet = PacketArmAnimation(hand=0)
|
||||||
await client.dispatcher.write(a_packet)
|
await client.dispatcher.write(a_packet)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue