Skip to content

maxikg/ForgeMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

ForgeMod

Maven parent POM for building mods with Minecraft Forge using SpecialSourceMP.

Add to your parent pom.xml (for Minecraft 1.6.2):

  <parent>
    <groupId>net.md-5</groupId>
    <artifactId>ForgeMod</artifactId>
    <version>1.6.2-9.10.0-SNAPSHOT</version>
  </parent>

then run:

mvn package

The mod will be compiled and reobfuscated in target/.

For more information see the wiki: https://github.com/agaricusb/ForgeMod/wiki

About

Maven project parent to build mods for Minecraft Forge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published