Update to Minecraft 1.21.8

This commit is contained in:
md_5 2025-07-18 06:30:00 +10:00
parent 2ed8fab2ee
commit d116f42501
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<packaging>jar</packaging>
<version>1.21.7-R0.1-SNAPSHOT</version>
<version>1.21.8-R0.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>https://www.spigotmc.org/</url>

View file

@ -17,7 +17,7 @@ public final class ApiVersion implements Comparable<ApiVersion>, Serializable {
static {
versions = new HashMap<>();
CURRENT = getOrCreateVersion("1.21.7");
CURRENT = getOrCreateVersion("1.21.8");
FLATTENING = getOrCreateVersion("1.13");
FIELD_NAME_PARITY = getOrCreateVersion("1.20.5");
ABSTRACT_COW = getOrCreateVersion("1.21.5");