Skip to content

Commit

Permalink
Fix archives name
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Dec 21, 2024
1 parent b910665 commit 4abdd92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod_fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
alias(libs.plugins.fabric.loom)
}

base.archivesName = "crooked_crooks-fabric"

dependencies {
minecraft(libs.minecraft)

Expand Down
2 changes: 2 additions & 0 deletions mod_norge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
alias(libs.plugins.moddevgradle)
}

base.archivesName = "crooked_crooks-neo"

neoForge {
version = libs.versions.neoforge
parchment {
Expand Down

0 comments on commit 4abdd92

Please sign in to comment.