mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Updated the mappings and fixed building
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -1,3 +1,4 @@
|
|||||||
[submodule "connector/src/main/resources/mappings"]
|
[submodule "connector/src/main/resources/mappings"]
|
||||||
path = connector/src/main/resources/mappings
|
path = connector/src/main/resources/mappings
|
||||||
url = https://github.com/GeyserMC/mappings.git
|
url = https://github.com/GeyserMC/mappings.git
|
||||||
|
branch = feature/1.16
|
||||||
|
|||||||
@@ -31,9 +31,9 @@
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.nukkitx.protocol</groupId>
|
<groupId>com.github.bundabrg.Protocol</groupId>
|
||||||
<artifactId>bedrock-v407</artifactId>
|
<artifactId>bedrock-v407</artifactId>
|
||||||
<version>2.6.0-SNAPSHOT</version>
|
<version>feature~1.16-protocol-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
@@ -103,9 +103,9 @@
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.steveice10</groupId>
|
<groupId>com.github.GeyserMC</groupId>
|
||||||
<artifactId>mcprotocollib</artifactId>
|
<artifactId>MCProtocolLib</artifactId>
|
||||||
<version>1.16.1-SNAPSHOT</version>
|
<version>feature~1.16-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
Reference in New Issue
Block a user