fix: deps
This commit is contained in:
parent
d2c26ca9a9
commit
b09a6f0c2e
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ dependencies {
|
|||
implementation "lol.pyr:director-adventure:2.1.2" // Commands
|
||||
|
||||
// Fancy text library
|
||||
compileOnly "net.kyori:adventure-platform-bukkit:4.3.4"
|
||||
compileOnly "net.kyori:adventure-text-minimessage:4.17.0"
|
||||
implementation "net.kyori:adventure-platform-bukkit:4.3.4"
|
||||
implementation "net.kyori:adventure-text-minimessage:4.17.0"
|
||||
|
||||
implementation project(":api")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue