Skip to content

Commit

Permalink
use mod_slug as icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
kosma committed Sep 16, 2022
1 parent 11403cb commit 34c329d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modId="${mod_id}"
version="${version}"
displayName="${mod_name}"
displayURL="https://www.curseforge.com/minecraft/mc-mods/${mod_slug}"
logoFile="icon.png"
logoFile="${mod_slug}.png"
authors="${mod_vendor}, ${mod_author}"
description='''${mod_description}'''
displayTest="IGNORE_ALL_VERSION"
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"issues": "https://github.com/kosma/${mod_slug}-mod/issues"
},
"license": "${mod_license}",
"icon": "icon.png"
"icon": "${mod_slug}.png"
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"mcversion": "",
"url": "https://www.curseforge.com/minecraft/mc-mods/${mod_slug}",
"authorList": ["${mod_vendor}", "${mod_author}"],
"logoFile": "icon.png"
"logoFile": "${mod_slug}.png"
}
]
File renamed without changes

0 comments on commit 34c329d

Please sign in to comment.