The Great Refactor Part 1 - connector -> core

This commit is contained in:
RednedEpic 2021-11-20 13:56:40 -06:00
parent a4b2e05132
commit 0b5009b415
573 changed files with 135 additions and 135 deletions

8
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "connector/src/main/resources/mappings"]
path = connector/src/main/resources/mappings
[submodule "core/src/main/resources/mappings"]
path = core/src/main/resources/mappings
url = https://github.com/GeyserMC/mappings.git
[submodule "connector/src/main/resources/languages"]
path = connector/src/main/resources/languages
[submodule "core/src/main/resources/languages"]
path = core/src/main/resources/languages
url = https://github.com/GeyserMC/languages.git

View File

@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<version>1.4.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<version>1.4.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<version>1.4.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<version>1.4.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<version>1.4.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

@ -1 +0,0 @@
Subproject commit d12420771ea5e13083b3556552298d164767aae9

@ -1 +0,0 @@
Subproject commit 5b6239f0a43ec9a38d65ed53b8d1bfaf564c1c3b

View File

@ -8,7 +8,7 @@
<artifactId>geyser-parent</artifactId>
<version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>connector</artifactId>
<artifactId>core</artifactId>
<properties>
<adventure.version>4.9.3</adventure.version>

Some files were not shown because too many files have changed in this diff Show More