Skip to content

Commit

Permalink
Update adventure to 1.20.3
Browse files Browse the repository at this point in the history
Manually includes KyoriPowered/adventure#986
This commit should be reverted and adventure version bumped once the PR
is merged and an official version is released!
  • Loading branch information
DrexHD committed Oct 31, 2023
1 parent feb9c06 commit e9857ae
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ run/

# packaged files
*.ear
*.jar
*.nar
*.rar
*.tar.gz
Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ dependencies {
include(libs.permission.api)

shadow(libs.mcDiscordReserializer)
shadow(libs.adventure.gson)

// shadow(libs.adventure.gson)
shadow(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))

shadow(libs.kord.extensions)
shadow(libs.emoji)
Expand Down
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric-kotlin = "1.9.4+kotlin.1.8.21"
kord-extensions = "1.5.6"
mc-discord-reserializer = "4.3.0"
emoji-java = "5.1.1"
adventure-gson = "4.11.0"
#adventure-gson = "4.11.0"

placeholder-api = "2.1.2+1.20.1"
permission-api = "0.2-SNAPSHOT"
Expand All @@ -30,7 +30,7 @@ fabric-kotlin = { module = "net.fabricmc:fabric-language-kotlin", version.ref =
kord-extensions = { module = "com.kotlindiscord.kord.extensions:kord-extensions", version.ref = "kord-extensions" }
emoji = { module = "com.vdurmont:emoji-java", version.ref = "emoji-java"}
mcDiscordReserializer = { module = "dev.vankka:mcdiscordreserializer", version.ref = "mc-discord-reserializer"}
adventure-gson = { module = "net.kyori:adventure-text-serializer-gson", version.ref = "adventure-gson"}
#adventure-gson = { module = "net.kyori:adventure-text-serializer-gson", version.ref = "adventure-gson"}

placeholder-api = { module = "eu.pb4:placeholder-api", version.ref = "placeholder-api" }
permission-api = { module = "me.lucko:fabric-permissions-api", version.ref = "permission-api"}
Expand Down
Binary file added libs/adventure-api-4.15.0-SNAPSHOT.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e9857ae

Please sign in to comment.