1.20 NMS version support

This commit is contained in:
Andre601 2023-06-10 17:59:55 +02:00
parent 744cf6d8c0
commit 28287c7fbd
No known key found for this signature in database
GPG Key ID: 90E82BD59347A86C
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ public enum NMSVersion {
SPIGOT_1_18_R1("v1_18_R1"),
SPIGOT_1_19_R1("v1_19_R1"),
SPIGOT_1_19_R2("v1_19_R2"),
SPIGOT_1_19_R3("v1_19_R3");
SPIGOT_1_19_R3("v1_19_R3"),
SPIGOT_1_20_R1("v1_20_R1");
private final String version;