Skip to content

Commit

Permalink
add modrinth.syncBodyFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
McModknower committed Jul 25, 2024
1 parent 1d56980 commit aaccf6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ hs_err_*.log
replay_*.log
*.hprof
*.jfr

# secrets

.env
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ modrinth {
// required.project "fabric-api" // Creates a new required dependency on Fabric API
// optional.version "sodium", "mc1.19.3-0.4.8" // Creates a new optional dependency on this specific version of Sodium
}
syncBodyFrom = rootProject.file("README.md").text
}

0 comments on commit aaccf6e

Please sign in to comment.