Skip to content

Commit

Permalink
feat: 1.21.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Dec 3, 2024
1 parent 1904e8d commit 7276b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.function.Supplier
apply plugin: 'me.kcra.takenaka.accessor'

dependencies {
mappingBundle "me.kcra.takenaka:mappings:1.8.8+1.21.3"
mappingBundle "me.kcra.takenaka:mappings:1.8.8+1.21.4"
api "me.kcra.takenaka:generator-accessor-runtime:${BuildConfig.BUILD_VERSION}"
}

Expand All @@ -15,7 +15,7 @@ dependencies {
accessors {
// uncomment this and remove the mappingBundle dependency,
// if you want to develop against custom versions
/*versionRange('1.8.8', '1.21.3') {
/*versionRange('1.8.8', '1.21.4') {
// 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 7276b88

Please sign in to comment.