Skip to content

Commit

Permalink
build: updated for 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Dec 7, 2023
1 parent 6442584 commit 3ca8914
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.20.3"
mappingBundle "me.kcra.takenaka:mappings:1.8.8+1.20.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.20.3') {
/*versionRange('1.8.8', '1.20.4') {
// 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
Expand Down

0 comments on commit 3ca8914

Please sign in to comment.