Adjusted list of supported versions

This commit is contained in:
OakLoaf
2025-12-09 21:35:09 +00:00
parent b04156bb45
commit 349ce6654c

View File

@@ -9,7 +9,7 @@ import java.util.List;
public interface NMSInitializer {
List<String> SUPPORTED_VERSIONS = List.of("v1.21.9", "v1.21.10");
List<String> SUPPORTED_VERSIONS = List.of("v1.21.11");
String MINECRAFT_VERSION = VersionUtil.getMinecraftVersionInfo().toString();
String TERRA_PACKAGE = NMSInitializer.class.getPackageName();