Skip to content

Commit

Permalink
feat: 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Dec 3, 2024
1 parent bb0b3eb commit 849b68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3" // change me
version = "1.8.8+1.21.4" // change me

/**
* A three-way choice of mappings.
Expand Down Expand Up @@ -106,7 +106,7 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace)
val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.21.3") { // change me
.range("1.8.8", "1.21.4") { // 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
Expand Down

0 comments on commit 849b68a

Please sign in to comment.