Skip to content

dragon-forge/maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Dragon Forge Maven

But hey! How do I add X artifact? Quite simply, add this repository to the build path as following:

repositories {
    maven {
        name = "Zeith Maven"
        url = "https://maven.zeith.org"
    }
}

(needs to be done only once)

And then add the following line to dependencies:

dependencies {
	deobfCompile "org.zeith.X:X-MC:MV:deobf"
}

(where X might be anything, MC is minecraft version and MV is mod version)

HammerLib example for 1.12.2:

repositories {
    maven {
        name = "Zeith Maven"
        url = "https://maven.zeith.org"
    }
}

dependencies {
	deobfCompile "org.zeith.HammerLib:HammerLib-1.12.2:12.2.47"
}

WARNING: After you've added the library, YOU MUST run setupDecompWorkspace on 1.12.2 or reimport the project in 1.13+ to update the dependency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published