diff --git a/README.md b/README.md index cfb4598..cb19772 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ Feel free to use this mod in your modpack or on a server! If you have any suggestions or found a problem please report it on [Github](https://github.com/Szum123321/textile_backup). -And here's a link to my [discord channel](https://discord.gg/ktasEy4) +And here's a link to my [discord server](https://discord.gg/ktasEy4) diff --git a/build.gradle b/build.gradle index 42ed2c0..8632a33 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,6 @@ processResources { tasks.withType(JavaCompile) { options.encoding = "UTF-8" } - java { // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task // if it is present. @@ -69,6 +68,7 @@ jar { from("LICENSE") { rename { "${it}_${project.archivesBaseName}"} } +} from("Copyright_Notice") }