9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-28 11:29:21 +00:00

feat: add 1.21 nms support

This commit is contained in:
LoJoSho
2024-06-15 08:39:19 -05:00
parent c8441fb13a
commit 31a07f556d
5 changed files with 189 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ public class NMSHandlers {
put("1.20.2", "v1_20_R2");
put("1.20.4", "v1_20_R3");
put("1.20.6", "v1_20_R4");
put("1.21", "v1_21_R1");
}};
private static NMSHandler handler;
@Getter