mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add nms for 1.21.2 & 1.21.3
updated nms for 1.21R1 version up to 1.6.7
This commit is contained in:
parent
50f8a37d8b
commit
e231f0ad7b
7 changed files with 83 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ object PacketManagerSelector {
|
|||
|
||||
21 -> when (versionParts[2]) {
|
||||
0, 1 -> V1_21R1_PacketManager()
|
||||
2, 3 -> V1_21R2_PacketManager()
|
||||
else -> null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue