9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2026-01-04 15:41:36 +00:00

feat: add 1.21.4 support

This commit is contained in:
LoJoSho
2024-12-29 10:32:25 -06:00
parent 42e777444b
commit e8f5962e47
14 changed files with 310 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ public class NMSHandlers {
put("1.21.1", "v1_21_R1");
// 1.20.2 is not supported; was imminently bumped to 1.21.3
put("1.21.3", "v1_21_R2");
put("1.21.4", "v1_21_R3");
}};
private static NMSHandler handler;