We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d3f2 commit a181c63Copy full SHA for a181c63
paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/setup/DevBundles.kt
@@ -35,8 +35,8 @@ private val supported = mapOf(
35
3 to DevBundleV5.Config::class, // up to 1.20.4
36
4 to DevBundleV5.Config::class, // 1.20.5, early 1.20.6
37
5 to DevBundleV5.Config::class, // 1.20.6+ (nullable mojangApiCoordinates)
38
- 6 to GenerateDevBundle.DevBundleConfig::class, // Post-repo-restructure 1.21.4
39
- 7 to GenerateDevBundle.DevBundleConfig::class, // 1.21.4+
+ 6 to GenerateDevBundle.DevBundleConfig::class, // Post-repo-restructure 1.21.4, early 1.21.5
+ 7 to GenerateDevBundle.DevBundleConfig::class, // 1.21.5+
40
)
41
42
fun readBundleInfo(bundleZip: Path): BundleInfo<Any> {
0 commit comments