Change 1.17 to use the nms stuff too

This commit is contained in:
libraryaddict
2021-12-11 19:25:17 +13:00
parent 40ec806b28
commit 42cd210fc7
7 changed files with 682 additions and 228 deletions

View File

@@ -185,6 +185,14 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>LibsDisguises</groupId>
<artifactId>v1_17_R1</artifactId>
<version>${project.version}</version>
<classifier>remapped-spigot</classifier>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>