9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-31 12:56:39 +00:00

Add 1.17 NMS Support

This commit is contained in:
LoJoSho
2023-01-25 17:08:09 -06:00
parent 53163feb60
commit 14d256feed
7 changed files with 326 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import java.util.logging.Level;
public class NMSHandlers {
private static final String[] SUPPORTED_VERSION = new String[]{"v1_18_R2", "v1_19_R1", "v1_19_R2"};
private static final String[] SUPPORTED_VERSION = new String[]{"v1_17_R1", "v1_18_R2", "v1_19_R1", "v1_19_R2"};
private static NMSHandler handler;
private static String version;