Merge branch '2.x' into 2.1.0
commit
0d093d75c4
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue