Skip to content

Commit

Permalink
Merge pull request #1 from HSGamer/patch-1
Browse files Browse the repository at this point in the history
Disable PaperMC's PluginRemapper
  • Loading branch information
creatorfromhell authored Aug 11, 2024
2 parents df01f45 + b0c77de commit de0e784
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@
<shadedPattern>net.milkbowl.vault.metrics</shadedPattern>
</relocation>
</relocations>
<transformers>
<!-- Disable PaperMC's PluginRemapper -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
</manifestEntries>
</transformer>
</transformers>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit de0e784

Please sign in to comment.