Skip to content

Commit

Permalink
Fix publication on Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantonik committed Aug 26, 2024
1 parent e0d04cc commit 4a1e8b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modrinth {
projectId = 'fbp-renewed'

versionName = "${base.archivesName.get()}-$version"
versionNumber = version
versionNumber = "$version+fabric"
versionType = 'beta'

gameVersions = [ mc_version ]
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ modrinth {
projectId = 'fbp-renewed'

versionName = "${base.archivesName.get()}-$version"
versionNumber = version
versionNumber = "$version+forge"
versionType = 'beta'

gameVersions = [ mc_version ]
Expand Down
3 changes: 2 additions & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"homepage": "https://www.curseforge.com/minecraft/mc-mods/fbp-renewed",

"promos": {
"1.19.4-latest": "19.4.0.1-beta"
"1.19.4-latest": "19.4.0.2-beta"
},

"1.19.4": {
"19.4.0.2-beta": "Fix publication on Modrinth",
"19.4.0.1-beta": "Fix crash when config file is corrupt",
"19.4.0.0-beta": "Backport to Minecraft 1.19.4",
"1.2.2.0-beta": "Add option to disable block breaking particles",
Expand Down

0 comments on commit 4a1e8b2

Please sign in to comment.