Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 15, 2024
1 parent 4dea0a8 commit 3fd37c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ java {

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
rename { "${it}_${base.getArchivesName()}"}
}
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ yarn_mappings=1.20.6+build.3
yarn_patch=1.20.6+build.4
neoforge_version=20.6.121

mod_version = 0.6.1+1.20.6
maven_group = io.github.foundationgames
archives_base_name = animatica
mod_version = 0.1.0+1.20.6
maven_group = org.thinkingstudio
archives_base_name = AnimaticaFoxified

curseforge_id=1103129
modrinth_id=nrSnNUz4

0 comments on commit 3fd37c5

Please sign in to comment.