aboutsummaryrefslogtreecommitdiff
path: root/project.gradle
blob: a35eeb3c55d3fbb6e4e60c1fd9112cb53bd02537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
jar {
    manifest {
        attributes (
            'FMLAT': "neodymium_at.cfg"
        )
    }
}

repositories {
    maven {
        url = "https://mvn.falsepattern.com/releases"
    }
}

dependencies {
    compileOnly("com.falsepattern:triangulator-mc1.7.10:1.7.0:api")
}

apply from: "makalibs.gradle"