1.2.1
- 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:
parent
10e23c6dcf
commit
7833144a9a
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -8,7 +8,7 @@ public class Util {
|
||||
}
|
||||
|
||||
public static String getRequiredT2CodeLibVersion() {
|
||||
return "14.5";
|
||||
return "15.0";
|
||||
}
|
||||
|
||||
public static String getPrefix() {
|
||||
|
Loading…
Reference in New Issue
Block a user