aboutsummaryrefslogtreecommitdiff
path: root/project.gradle
blob: 759e0508a5b9917339f84273fa2350eb87ad80f6 (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"
        )
    }
}

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

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

apply from: "makalibs.gradle"