Skip to content

Commit

Permalink
disable PaperMC's PluginRemapper
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jun 17, 2024
1 parent 8dff5e6 commit 99e55ea
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 @@ -59,6 +59,14 @@
<shadedPattern>me.hsgamer.modularmob.lib.xseries</shadedPattern>
</relocation>
</relocations>
<!-- Disable PaperMC's PluginRemapper -->
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 99e55ea

Please sign in to comment.