- rename the Main to T2CodeMain
- amalll bugfix
This commit is contained in:
2022-06-08 05:13:00 +02:00
parent 3ce11b3d12
commit 72d33dca90
16 changed files with 158 additions and 129 deletions

View File

@@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>12.0</version>
<version>12.1</version>
<packaging>jar</packaging>
<name>T2CodeLib</name>
@@ -84,8 +84,9 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<artifactId>spigot</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<classifier>remapped-mojang</classifier>
<scope>provided</scope>
</dependency>
<dependency>