Corrected version formatting in supported versions list

This commit is contained in:
OakLoaf
2025-10-13 10:40:40 +01:00
parent ad80769d67
commit 8bceb255c0

View File

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