We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04156b commit 349ce66Copy full SHA for 349ce66
platforms/bukkit/common/src/main/java/com/dfsek/terra/bukkit/NMSInitializer.java
@@ -9,7 +9,7 @@
9
10
11
public interface NMSInitializer {
12
- List<String> SUPPORTED_VERSIONS = List.of("v1.21.9", "v1.21.10");
+ List<String> SUPPORTED_VERSIONS = List.of("v1.21.11");
13
String MINECRAFT_VERSION = VersionUtil.getMinecraftVersionInfo().toString();
14
String TERRA_PACKAGE = NMSInitializer.class.getPackageName();
15
0 commit comments