Add lodCore so gradle can build the project

This commit is contained in:
James Seibel
2021-02-10 15:24:35 -06:00
parent d5b6d21a53
commit fdfc55f200
3 changed files with 1 additions and 9 deletions
+1 -9
View File
@@ -33,20 +33,12 @@ minecraft {
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}
jar {
manifest {
attributes 'FMLCorePlugin': 'backsun.lod.LodMain'
//attributes 'FMLCorePluginContainsMod': 'true'
attributes 'FMLCorePluginContainsFMLMod': 'true'
}
}
dependencies {
// you may put jars on which you depend on in ./libs
// or you may define them like so..
//compile "some.group:artifact:version:classifier"
//compile "some.group:artifact:version"
// real examples
//compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env
//compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env