Initial Commit

This commit is contained in:
James Seibel
2021-02-07 21:32:26 -06:00
parent a08e36f127
commit b22d6345d2
18 changed files with 277 additions and 37 deletions
+8
View File
@@ -33,6 +33,14 @@ 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..