Skip to content

Commit

Permalink
+ 修复wrapper 版本解析
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Nov 22, 2023
1 parent d7125cc commit 01a1313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/wrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ remapJar {
processResources {
filesMatching("fabric.mod.json") {
def valueMap = [
"version": project.mod_version
"version": project.version
]
expand valueMap
}
Expand Down

0 comments on commit 01a1313

Please sign in to comment.