Skip to content

Commit

Permalink
build: Fix wrong mod page body file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 8, 2023
1 parent ee1703b commit 20ddcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ modrinth {
uploadFile = jar
changelog = rootProject.file("CHANGELOG.md").text
gameVersions = project.minecraft_versions.split(',').toList()
syncBodyFrom = rootProject.file("modrinth.md").text
syncBodyFrom = rootProject.file("modpage.md").text
loaders = ['neoforge']
}

0 comments on commit 20ddcbd

Please sign in to comment.