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

feat: remove 1.20.1 and 1.20.2 support; bump api

This commit is contained in:
LoJoSho
2024-12-29 22:17:19 -06:00
parent 4697fc5b31
commit dcfde7db6d
11 changed files with 4 additions and 640 deletions

View File

@@ -10,12 +10,10 @@ import java.util.LinkedHashMap;
public class NMSHandlers {
private static final LinkedHashMap<String, String> VERSION_MAP = new LinkedHashMap <>() {{
put("1.20.1", "v1_20_R1");
put("1.20.2", "v1_20_R2");
put("1.20.4", "v1_20_R3");
// 1.20.5 is not supported; was imminently bumped to 1.20.6
put("1.20.6", "v1_20_R4");
put("1.21", "v1_21_R1");
// 1.20 is not supported; was imminently bumped to 1.21.1
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");