MC client 1.21 support

This commit is contained in:
Marc Baloup 2024-06-27 21:19:00 +02:00
parent 2acfa53b63
commit bb6d221ced
2 changed files with 6 additions and 2 deletions

View File

@ -66,7 +66,8 @@
"1.20.3": 765, "1.20.3": 765,
"1.20.4": 765, "1.20.4": 765,
"1.20.5": 766, "1.20.5": 766,
"1.20.6": 766 "1.20.6": 766,
"1.21": 767
}, },
"versionsOfProtocol": { "versionsOfProtocol": {
"4": [ "4": [
@ -217,6 +218,9 @@
"766": [ "766": [
"1.20.5", "1.20.5",
"1.20.6" "1.20.6"
],
"767": [
"1.21"
] ]
} }
} }

View File

@ -55,7 +55,7 @@
<maven.compiler.target>21</maven.compiler.target> <maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.20-R0.3-SNAPSHOT</bungeecord.version> <bungeecord.version>1.21-R0.1-SNAPSHOT</bungeecord.version>
<paper.version>1.20.6-R0.1</paper.version> <paper.version>1.20.6-R0.1</paper.version>
<mc.version>1.20.6</mc.version> <mc.version>1.20.6</mc.version>
</properties> </properties>