Skip to content

Commit

Permalink
Update stonecutter.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion authored Nov 21, 2024
1 parent 37c6317 commit 4c94d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonecutter.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks.register("postUpdate") {
color = color,
fields = listOf(
Field(
"Supported versions", stonecutter.tree.nodes.map { it.property("supportedMcVersions").toString().split(',') }
"Supported versions", stonecutter.tree.nodes.map { it.property("vers.supportedMcVersions").toString().split(',') }
.flatten().toSet().joinToString(), false
),
Field(
Expand Down

0 comments on commit 4c94d88

Please sign in to comment.