Last active
May 30, 2024 18:34
-
-
Save HSGamer/85b5058d6522248854aa013555b70df3 to your computer and use it in GitHub Desktop.
Maven Shade Transformer to Disable PaperMC's PluginRemapper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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