- 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:03:46 +02:00
parent 87f5fe27d0
commit cfc515b874
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.jatitv</groupId>
<artifactId>PaPiTest</artifactId>
<version>1.7</version>
<version>1.8</version>
<packaging>jar</packaging>
<name>PaPiTest</name>
@ -78,7 +78,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>13.4</version>
<version>15.0</version>
</dependency>
</dependencies>
</project>

View File

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