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

View File

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