MC client 1.21 support
This commit is contained in:
parent
2acfa53b63
commit
bb6d221ced
@ -66,7 +66,8 @@
|
||||
"1.20.3": 765,
|
||||
"1.20.4": 765,
|
||||
"1.20.5": 766,
|
||||
"1.20.6": 766
|
||||
"1.20.6": 766,
|
||||
"1.21": 767
|
||||
},
|
||||
"versionsOfProtocol": {
|
||||
"4": [
|
||||
@ -217,6 +218,9 @@
|
||||
"766": [
|
||||
"1.20.5",
|
||||
"1.20.6"
|
||||
],
|
||||
"767": [
|
||||
"1.21"
|
||||
]
|
||||
}
|
||||
}
|
2
pom.xml
2
pom.xml
@ -55,7 +55,7 @@
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<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>
|
||||
<mc.version>1.20.6</mc.version>
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user