- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
This commit is contained in:
JaTiTV 2023-06-08 07:18:49 +02:00
parent 3e24492bfa
commit 32dec6971f
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>Alias</artifactId>
<version>1.1.8</version>
<version>1.1.9</version>
<packaging>jar</packaging>
<name>T2C-Alias</name>
@ -19,7 +19,7 @@
<url>T2Code.net</url>
<build>
<finalName>${project.artifactId}_${project.version}</finalName>
<finalName>${project.name}_${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -70,7 +70,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>14.2</version>
<version>15.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -8,7 +8,7 @@ public class Util {
}
public static String getRequiredT2CodeLibVersion() {
return "14.2";
return "15.0";
}
public static String getPrefix() {