mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Use old MCProtocolLib, etc. commits for now
While we work out the kinks!
This commit is contained in:
parent
85a5762364
commit
f6313dd0ac
1 changed files with 3 additions and 3 deletions
|
@ -141,13 +141,13 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC</groupId>
|
||||
<groupId>com.github.RednedEpic</groupId>
|
||||
<artifactId>MCAuthLib</artifactId>
|
||||
<version>6c99331</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC</groupId>
|
||||
<groupId>com.github.RednedEpic</groupId>
|
||||
<artifactId>MCProtocolLib</artifactId>
|
||||
<version>e17787a</version>
|
||||
<scope>compile</scope>
|
||||
|
@ -167,7 +167,7 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC</groupId>
|
||||
<groupId>com.github.RednedEpic</groupId>
|
||||
<artifactId>PacketLib</artifactId>
|
||||
<version>9d4b476</version>
|
||||
<scope>compile</scope>
|
||||
|
|
Loading…
Reference in a new issue