mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-03-14 07:00:03 -04:00
Fix references
This commit is contained in:
parent
0516e8c857
commit
090ef89284
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ MCProtocolLib is a simple library for communicating with Minecraft clients and s
|
|||
|
||||
## Example Code
|
||||
|
||||
See the [example](https://github.com/GeyserMC/MCProtocolLib/tree/master/example/src/main/java/com/github/steveice10/mc/protocol/test) folder for sample usage.
|
||||
See the [example](https://github.com/GeyserMC/MCProtocolLib/tree/master/example/src/main/java/org/geysermc/mc/protocol/test) folder for sample usage.
|
||||
|
||||
## Adding as a Dependency
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ junit = "5.8.2"
|
|||
adventure-text-serializer-gson = { module = "net.kyori:adventure-text-serializer-gson", version.ref = "adventure" }
|
||||
adventure-text-serializer-json-legacy-impl = { module = "net.kyori:adventure-text-serializer-json-legacy-impl", version.ref = "adventure" }
|
||||
|
||||
opennbt = { module = "org.geysermc:opennbt", version.ref = "opennbt" }
|
||||
opennbt = { module = "com.github.steveice10:opennbt", version.ref = "opennbt" }
|
||||
mcauthlib = { module = "com.github.GeyserMC:mcauthlib", version.ref = "mcauthlib" }
|
||||
|
||||
math-api = { module = "org.cloudburstmc.math:api", version.ref = "math" }
|
||||
|
|
Loading…
Reference in a new issue