Merge branch '2.x' into 2.1.0

2.x-1.16
Szum123321 2021-06-26 13:24:42 +02:00 committed by GitHub
commit 0d093d75c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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")
}