aboutsummaryrefslogtreecommitdiff
path: root/project.gradle
blob: 769901efaaea82793e4dc548f2ee02b9e31db50e (plain)
1
2
3
4
5
6
7
8
9
jar {
    manifest {
        attributes (
            'FMLAT': "neodymium_at.cfg"
        )
    }
}

apply from: "makalibs.gradle"