MC 1.21.8

This commit is contained in:
2025-07-17 19:12:03 +02:00
parent 638e57bb7f
commit e611d06987
2 changed files with 6 additions and 4 deletions

View File

@@ -74,7 +74,8 @@
"1.21.4": 769, "1.21.4": 769,
"1.21.5": 770, "1.21.5": 770,
"1.21.6": 771, "1.21.6": 771,
"1.21.7": 772 "1.21.7": 772,
"1.21.8": 772
}, },
"versionsOfProtocol": { "versionsOfProtocol": {
"4": [ "4": [
@@ -244,7 +245,8 @@
"1.21.6" "1.21.6"
], ],
"772": [ "772": [
"1.21.7" "1.21.7",
"1.21.8"
] ]
} }
} }

View File

@@ -56,8 +56,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.21-R0.4-SNAPSHOT</bungeecord.version> <bungeecord.version>1.21-R0.4-SNAPSHOT</bungeecord.version>
<paper.version>1.21.7-R0.1</paper.version> <paper.version>1.21.8-R0.1</paper.version>
<mc.version>1.21.7</mc.version> <mc.version>1.21.8</mc.version>
<guava.version>33.3.1-jre</guava.version> <!-- Match the version imported by Paper API/BungeeCord API if possible --> <guava.version>33.3.1-jre</guava.version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
</properties> </properties>