Update commodore to fix running LP commands from a Forge client (#3299)

This commit is contained in:
Luck 2022-02-07 22:35:52 +00:00
parent fe80ba6cc4
commit 1b3b9b5c62
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ dependencies {
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'me.lucko:commodore:1.11'
compileOnly 'me.lucko:commodore:1.12'
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
exclude(module: 'bukkit')
}

View File

@ -128,8 +128,8 @@ public enum Dependency {
COMMODORE(
"me{}lucko",
"commodore",
"1.11",
"TxlkwmLE04ipLfI4HSyC0mzYt/8gTSDBpfCSk+kiaZI=",
"1.12",
"rLpLs20OG9TETCx1QzA+I+LY8P+p6Q9fUjLSmJcl2Kk=",
Relocation.of("commodore", "me{}lucko{}commodore")
),
COMMODORE_FILE(