Skip to content

Commit 59b731a

Browse files
committed
Set FMLModType to GAMELIBRARY
1 parent e49c7f6 commit 59b731a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@
7575
</execution>
7676
</executions>
7777
</plugin>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-jar-plugin</artifactId>
81+
<version>3.4.2</version>
82+
<configuration>
83+
<archive>
84+
<manifestEntries>
85+
<FMLModType>GAMELIBRARY</FMLModType>
86+
</manifestEntries>
87+
</archive>
88+
</configuration>
89+
</plugin>
7890
</plugins>
7991
</build>
8092
</project>

0 commit comments

Comments
 (0)