- 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:02:06 +02:00
parent 367f1e32f4
commit ae5a3b3557
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>13.4</version>
<version>15.0</version>
</dependency>
<dependency>
<groupId>net.t2code</groupId>

View File

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