Removed all NMS mapping stuff since paper jar is now mojang mapped

This commit is contained in:
2024-06-12 23:31:54 +02:00
parent 0ff2ae1296
commit 827c13887c
68 changed files with 340 additions and 1365 deletions

View File

@@ -89,14 +89,6 @@
<artifactId>paper-mojangapi</artifactId>
<version>${paper.version}-SNAPSHOT</version>
</dependency>
<!-- Needed to read obfuscation mapping file. Already included in Paper -->
<dependency>
<groupId>net.fabricmc</groupId>
<artifactId>mapping-io</artifactId>
<version>0.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>