mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fix chunk section decoding (#1418)
* fix chunk section decoding * switch back to official MCProtocolLib
This commit is contained in:
parent
5c28eaca15
commit
0635605a24
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.steveice10</groupId>
|
||||
<artifactId>mcprotocollib</artifactId>
|
||||
<version>3a69a0614c</version>
|
||||
<version>8270ec65e3</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
Loading…
Reference in a new issue