Skip to content

Commit

Permalink
feat: 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Oct 23, 2024
1 parent b511811 commit bb0b3eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group = "me.kcra.takenaka" // change me
// format: <oldest version>+<newest version>[-SNAPSHOT]
// this is included in META-INF/MANIFEST.MF under Implementation-Version
// be nice to people who use the bundles and don't change the format
version = "1.8.8+1.21.2" // change me
version = "1.8.8+1.21.3" // change me

/**
* A three-way choice of mappings.
Expand Down Expand Up @@ -106,12 +106,12 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace)
val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.21.2") { // change me
// exclude 1.20, 1.20.3 and 1.20.5 - hotfixed versions
.range("1.8.8", "1.21.3") { // change me
// exclude 1.20, 1.20.3, 1.20.5 and 1.21.2 - hotfixed versions
// exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all
// exclude 1.8.9, client-only update - no Spigot mappings, no thank you
// exclude 1.9.1 and 1.9.3 - no mappings at all
exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3", "1.20", "1.20.3", "1.20.5")
exclude("1.16", "1.10.1", "1.8.9", "1.9.1", "1.9.3", "1.20", "1.20.3", "1.20.5", "1.21.2")

// include only releases, no snapshots
includeTypes(Version.Type.RELEASE)
Expand Down

0 comments on commit bb0b3eb

Please sign in to comment.