Skip to content

Commit

Permalink
fix: parchment version
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Aug 8, 2024
1 parent b5d4060 commit 613e34c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Parchment version.

## [0.17.0] - 2024-08-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion refinedarchitect-plugin/src/main/kotlin/CommonExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ open class CommonExtension(private val project: Project) : BaseExtension(project
val sourceSets = project.extensions.getByType<JavaPluginExtension>().sourceSets
addModdingDependenciesTo(sourceSets["test"])
parchment {
minecraftVersion.set(mcVersion)
minecraftVersion.set(parchmentMcVersion)
mappingsVersion.set(parchmentVersion)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ open class NeoForgeExtension(private val project: Project) : BaseExtension(proje
}
}
parchment {
minecraftVersion.set(mcVersion)
minecraftVersion.set(parchmentMcVersion)
mappingsVersion.set(parchmentVersion)
}
}
Expand Down

0 comments on commit 613e34c

Please sign in to comment.