Thaumcraft

Thaumcraft

57M Downloads

how i add thaumcraft api to my gradle project

Moglis07 opened this issue ยท 1 comments

commented
commented

@GamerTech07 add this to repositories

maven {
        name 'Curseforge Maven'
        url 'http://minecraft.curseforge.com/api/maven/'
    }

add to dependencies

deobfCompile "thaumcraft:Thaumcraft:${project.minecraftVersion}:${project.thaumcraft}"