diff --git a/build.gradle b/build.gradle index d86ae8806..aaa59bca6 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/libs/lodCore-1.0-sources.jar b/libs/lodCore-1.0-sources.jar new file mode 100644 index 000000000..83ae622bb Binary files /dev/null and b/libs/lodCore-1.0-sources.jar differ diff --git a/libs/lodCore-1.0.jar b/libs/lodCore-1.0.jar new file mode 100644 index 000000000..d16f2e733 Binary files /dev/null and b/libs/lodCore-1.0.jar differ