Commit cdeb619 1 parent be2b10e commit cdeb619 Copy full SHA for cdeb619
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ components.java {
240
240
241
241
publishMods {
242
242
file = remapJar. archiveFile
243
- version = " $m od_version +fabric-mc $m inecraft_version "
243
+ version = project . version
244
244
changelog = getChangelogText()
245
245
type = STABLE
246
246
displayName = " Steam 'n' Rails $mod_version Fabric $minecraft_version "
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ components.java {
239
239
240
240
publishMods {
241
241
file = remapJar. archiveFile
242
- version = " $m od_version +forge-mc $m inecraft_version "
242
+ version = project . version
243
243
changelog = getChangelogText()
244
244
type = STABLE
245
245
displayName = " Steam 'n' Rails $mod_version Forge $minecraft_version "
You can’t perform that action at this time.
0 commit comments