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

Add 1.18.2 Support

This commit is contained in:
LoJoSho
2023-01-20 17:31:25 -06:00
parent 27af0a6085
commit df3544726d
7 changed files with 331 additions and 2 deletions

View File

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