Skip to content

Instantly share code, notes, and snippets.

@HSGamer
Last active May 30, 2024 18:34
Show Gist options
  • Save HSGamer/85b5058d6522248854aa013555b70df3 to your computer and use it in GitHub Desktop.
Save HSGamer/85b5058d6522248854aa013555b70df3 to your computer and use it in GitHub Desktop.
Maven Shade Transformer to Disable PaperMC's PluginRemapper
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment