1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 18:32:33 +02:00

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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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