forked from GeyserMC/Geyser
Remove Protocol v409 support (#1300)
* Remove Protocol v409 support Protocol has dropped support for this version. * Fix movement * Use a static commit for Protocol
This commit is contained in:
parent
6638c53029
commit
f9c1d3f218
3 changed files with 4 additions and 6 deletions
|
@ -31,9 +31,9 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nukkitx.protocol</groupId>
|
||||
<artifactId>bedrock-v409</artifactId>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
<groupId>com.github.CloudburstMC.Protocol</groupId>
|
||||
<artifactId>bedrock-v408</artifactId>
|
||||
<version>250beb2a94</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue