Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 10, 2023
1 parent f04624e commit 7d7d63e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,12 @@ if (System.getenv("GITHUB_TOKEN")) {
}
tasks.githubRelease.dependsOn remapJar
}

if (System.getenv("MODRINTH_TOKEN") && System.getenv("GITHUB_TOKEN")) {
tasks.register("fullRelease") {
group "publishing"
dependsOn "githubRelease"
dependsOn "modrinth"
}
}

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 2.2.8
version = 2.2.9
maven_group = folk.sisby
archives_base_name = tinkerers_smithing
2 changes: 1 addition & 1 deletion src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"issues": "https://github.com/sisby-folk/tinkerers-smithing/issues",
"sources": "https://github.com/sisby-folk/tinkerers-smithing"
},
"icon": "assets/tinkerers-smithing/icon.png"
"icon": "assets/tinkerers_smithing/icon.png"
},
"entrypoints": {
"init": [
Expand Down

0 comments on commit 7d7d63e

Please sign in to comment.