Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix name format
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr committed Nov 17, 2023
1 parent 6f70d1d commit 7f923ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

base {
archivesName = project.archives_base_name
archivesName = project.archives_base_name + "-${project.minecraft_version}"
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.parallel=true
# Mod Properties
mod_version = 1.6.0
maven_group = com.fwloopins
archives_base_name = tabby-1.20.1
archives_base_name = Tabby

# Dependencies
fabric_version=0.90.7+1.20.2

0 comments on commit 7f923ab

Please sign in to comment.