You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
A fork of [CloudburstMC/Network](https://github.com/CloudburstMC/Network) with a focus on improving the compatibility of the clinet side of the library to more closely align with the vanilla Minecraft Bedrock client.
5
+
You can join the [Discord](https://discord.gg/5z4GuSnqmQ) for help with this fork. This is a fork of [CloudburstMC/Network](https://github.com/CloudburstMC/Network) with a focus on improving the compatibility of the clinet side of the library to more closely align with the vanilla Minecraft Bedrock client.
6
6
7
7
## Changes from Original Library
8
8
@@ -11,6 +11,7 @@ A fork of [CloudburstMC/Network](https://github.com/CloudburstMC/Network) with a
11
11
- The first game packet, `Request Network Settings Packet`
12
12
- Allows for resetting security state if `Open Connection Reply 1` is resent by the server
13
13
- Only do retries with `Open Connection Request 1`, and reserve `Open Connection Request 2` only as a direct response to `Open Connection Reply 1`
14
+
- Allows using datagram channel factories for raknet (from [@AlexProgrammerDE](https://github.com/AlexProgrammerDE))
0 commit comments