- 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:23:14 +02:00
parent 10e23c6dcf
commit 7833144a9a
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>14.4</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.5";
return "15.0";
}
public static String getPrefix() {