mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Update displayName
This commit is contained in:
parent
e5e14483af
commit
9a41f8991f
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ publishMods {
|
|||
file = jar.archiveFile
|
||||
changelog = ChangelogText.getChangelogText(project).toString()
|
||||
type = STABLE
|
||||
displayName = "$mod_name $minecraft_version $mod_version"
|
||||
displayName = "$mod_name $mod_version for mc$minecraft_version"
|
||||
modLoaders.add("forge")
|
||||
modLoaders.add("neoforge")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue