Minecraft 1.21.6

This commit is contained in:
LOOHP
2025-06-17 18:42:48 +01:00
parent 13a89914d5
commit 57473e5f57
16 changed files with 83562 additions and 83005 deletions
+7 -7
View File
@@ -24,7 +24,7 @@
<groupId>com.loohp</groupId>
<artifactId>Limbo</artifactId>
<name>Limbo</name>
<version>0.7.13-ALPHA</version>
<version>0.7.14-ALPHA</version>
<description>Standalone Limbo Minecraft Server.</description>
<url>https://github.com/LOOHP/Limbo</url>
@@ -136,7 +136,7 @@
</executions>
</plugin>
</plugins>
<finalName>${project.artifactId}-${project.version}-1.21.5</finalName>
<finalName>${project.artifactId}-${project.version}-1.21.6</finalName>
</build>
<profiles>
@@ -265,31 +265,31 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.18.0</version>
<version>4.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.18.0</version>
<version>4.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.18.0</version>
<version>4.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.18.0</version>
<version>4.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-nbt</artifactId>
<version>4.18.0</version>
<version>4.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>