diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-09 14:18:08 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-09 14:18:08 +0100 |
| commit | b1775574092d99d87c61f35efed29e048831c5c6 (patch) | |
| tree | 3026c35cbf8cd151d1901f2eb2423e4ee1f29b47 /bukkit/build.gradle | |
| parent | 328f811850825d84819596575efd764a566fe334 (diff) | |
Add skull customisation support (closes #201)
Diffstat (limited to 'bukkit/build.gradle')
| -rw-r--r-- | bukkit/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 25036016..707c38bd 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -32,6 +32,8 @@ repositories { maven { url = 'https://maven.playpro.com/' } // bStats maven { url = uri('https://repo.codemc.org/repository/maven-public') } + // AuthLib + maven { url = 'https://libraries.minecraft.net/' } mavenCentral() } @@ -82,6 +84,8 @@ dependencies { } // JetBrains Annotations compileOnly 'org.jetbrains:annotations:16.0.2' + // AuthLib + compileOnly 'com.mojang:authlib:1.5.21' // bStats implementation 'org.bstats:bstats-bukkit-lite:1.8' // HikariCP |
