File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
refinedarchitect-plugin/src/main/kotlin Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.17.1] - 2024-08-08
11
+
12
+ ### Fixed
13
+
14
+ - Parchment version.
15
+
10
16
## [ 0.17.0] - 2024-08-08
11
17
12
18
### Changed
@@ -362,7 +368,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
362
368
- Gradle helpers for Fabric and Forge projects.
363
369
- CI workflows.
364
370
365
- [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v0.17.0...HEAD
371
+ [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v0.17.1...HEAD
372
+
373
+ [ 0.17.1 ] : https://github.com/refinedmods/refinedarchitect/compare/v0.17.0...v0.17.1
366
374
367
375
[ 0.17.0 ] : https://github.com/refinedmods/refinedarchitect/compare/v0.16.9...v0.17.0
368
376
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ open class CommonExtension(private val project: Project) : BaseExtension(project
11
11
val sourceSets = project.extensions.getByType<JavaPluginExtension >().sourceSets
12
12
addModdingDependenciesTo(sourceSets[" test" ])
13
13
parchment {
14
- minecraftVersion.set(mcVersion )
14
+ minecraftVersion.set(parchmentMcVersion )
15
15
mappingsVersion.set(parchmentVersion)
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ open class NeoForgeExtension(private val project: Project) : BaseExtension(proje
32
32
}
33
33
}
34
34
parchment {
35
- minecraftVersion.set(mcVersion )
35
+ minecraftVersion.set(parchmentMcVersion )
36
36
mappingsVersion.set(parchmentVersion)
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments