Update to Minecraft 1.18

This commit is contained in:
md_5 2021-12-01 03:00:00 +11:00
parent 9fb3aa4c7a
commit bc14cb649b
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.18-rc3-R0.1-SNAPSHOT</version>
<version>1.18-R0.1-SNAPSHOT</version>
<name>CraftBukkit</name>
<url>https://www.spigotmc.org/</url>

View File

@ -224,7 +224,7 @@ public final class CraftMagicNumbers implements UnsafeValues {
* @return string
*/
public String getMappingsVersion() {
return "9658396dadb575219230b3235b8a9144";
return "9e9fe6961a80f3e586c25601590b51ec";
}
@Override