Skip to content

Commit 35ec569

Browse files
committed
Fix Mappings
1 parent 0baf618 commit 35ec569

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>simplexity</groupId>
88
<artifactId>VillagerInfo</artifactId>
9-
<version>4.0.0</version>
9+
<version>4.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>VillagerInfo</name>
@@ -37,7 +37,19 @@
3737
<goals>
3838
<goal>shade</goal>
3939
</goals>
40+
<configuration>
41+
<createDependencyReducedPom>false</createDependencyReducedPom>
42+
<transformers>
43+
<transformer
44+
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
45+
<manifestEntries>
46+
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
47+
</manifestEntries>
48+
</transformer>
49+
</transformers>
50+
</configuration>
4051
</execution>
52+
4153
</executions>
4254
</plugin>
4355
</plugins>

0 commit comments

Comments
 (0)