mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
prepare 1.21.11 nms
This commit is contained in:
parent
905646cdee
commit
0aad19166f
8 changed files with 107 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ object GuiTesterSelector {
|
|||
5 -> v1_21R4_ExternGuiTester()
|
||||
6, 7, 8 -> v1_21R5_ExternGuiTester()
|
||||
9, 10 -> v1_21R6_ExternGuiTester()
|
||||
11 -> v1_21R7_ExternGuiTester()
|
||||
else -> null
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ object PacketManagerSelector {
|
|||
5 -> V1_21R4_PacketManager()
|
||||
6, 7, 8 -> V1_21R5_PacketManager()
|
||||
9, 10 -> V1_21R6_PacketManager()
|
||||
11 -> V1_21R7_PacketManager()
|
||||
else -> null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue