last 1.0.25 commit
This commit is contained in:
parent
1d17063838
commit
13fafcb523
2 changed files with 2 additions and 2 deletions
|
@ -116,11 +116,11 @@ tasks {
|
|||
archiveClassifier.set("dev")
|
||||
configurations = listOf(shade)
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
archiveFileName.set("Lilase.jar")
|
||||
}
|
||||
remapJar {
|
||||
input.set(shadowJar.get().archiveFile)
|
||||
archiveClassifier.set("")
|
||||
archiveFileName.set("Lilase.jar")
|
||||
}
|
||||
jar {
|
||||
manifest {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
mod_name = Lilase
|
||||
mod_id = lilase
|
||||
mod_version = 1.0.26
|
||||
mod_version = 1.0.25
|
||||
|
||||
essential.defaults.loom=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue