Guess I had to modify LibsDisguises after all

This commit is contained in:
Seth
2020-07-07 01:36:29 -07:00
parent c333a6ee39
commit d74eeec113
5 changed files with 24 additions and 42 deletions

17
pom.xml
View File

@ -90,11 +90,6 @@
<url>http://maven.sk89q.com/repo/</url>
</repository>
<repository>
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
@ -150,9 +145,9 @@
</dependency>
<dependency>
<groupId>com.github.libraryaddict</groupId>
<artifactId>LibsDisguises</artifactId>
<version>31672fce7b</version>
<groupId>com.github.TFPatches</groupId>
<artifactId>TF-LibsDisguises</artifactId>
<version>0cfa32159a</version>
</dependency>
<dependency>
@ -236,6 +231,12 @@
<version>3.12.1.GA</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
</dependency>
</dependencies>
<build>