9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

fix: 1.20 should be 1.20.1 in version map

This commit is contained in:
LoJoSho
2024-05-22 19:53:20 -05:00
parent 83f0cad224
commit 86a5d66d39

View File

@@ -12,7 +12,7 @@ public class NMSHandlers {
private static final HashMap<String, String> VERSION_MAP = new HashMap<>() {{
put("1.19.4", "v1_19_R3");
put("1.20", "v1_20_R1");
put("1.20.1", "v1_20_R1");
put("1.20.2", "v1_20_R2");
put("1.20.4", "v1_20_R3");
put("1.20.6", "v1_20_R4");