Skip to content

Commit

Permalink
feat: 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Aug 10, 2024
1 parent a3248c9 commit 3d7116f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ junit-platform = "1.10.2"

# plugins
screaming-plugin-builder = "1.0.86"
takenaka = "1.2.0-SNAPSHOT"
mappings = "1.8.8+1.21"
takenaka = "1.2.0"
mappings = "1.8.8+1.21.1"

[libraries]
paperlib = { group = "io.papermc", name = "paperlib", version.ref = "paperlib" }
Expand Down
7 changes: 4 additions & 3 deletions nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@ class SlibNamingStrategy extends ForwardingNamingStrategy {
accessors {
// uncomment this and remove the mappingBundle dependency,
// if you want to develop against custom versions
/*versionRange('1.8.8', '1.21') {
// exclude 1.20 and 1.20.5 - hotfixed versions
/*versionRange('1.8.8', '1.21.1') {
// exclude 1.20, 1.20.3 and 1.20.5 - 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.5'
exclude '1.16', '1.10.1', '1.8.9', '1.9.1', '1.9.3', '1.20', '1.20.3', '1.20.5'
// include only releases, no snapshots
includeTypes 'release'
}*/

namespaces 'mojang', 'spigot'
accessorType 'reflection'
mappingWebsite 'https://mappings.dev'

namingStrategy new SlibNamingStrategy('org.screamingsandals.lib.impl.nms.accessors')

Expand Down

0 comments on commit 3d7116f

Please sign in to comment.