1.8
- 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:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
@@ -7,7 +7,7 @@ public class Util {
|
||||
}
|
||||
|
||||
public static String getRequiredT2CodeLibVersion() {
|
||||
return "13.4";
|
||||
return "15.0";
|
||||
}
|
||||
|
||||
public static String getPrefix() {
|
||||
|
Reference in New Issue
Block a user