We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debe890 commit bc475a6Copy full SHA for bc475a6
pom.xml
@@ -73,6 +73,14 @@
73
<shadedPattern>me.hsgamer.bettergui.lib.bstats</shadedPattern>
74
</relocation>
75
</relocations>
76
+ <!-- Disable PaperMC's PluginRemapper -->
77
+ <transformers>
78
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
79
+ <manifestEntries>
80
+ <paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
81
+ </manifestEntries>
82
+ </transformer>
83
+ </transformers>
84
</configuration>
85
</execution>
86
</executions>
0 commit comments