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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user