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