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

apply from: "makalibs.gradle"

repositories {
    maven { url 'https://maven.falsepattern.com' }
}

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