diff options
| author | Krakenied <Krakenied1@gmail.com> | 2022-05-03 00:55:49 +0200 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-05-05 11:46:12 +0100 |
| commit | 759575c182f05fdfd2bf2719e9aff2121f89fef1 (patch) | |
| tree | 4abf5dd7d26bde73e5cd30c4269c22d8dfb002b7 /bukkit/build.gradle | |
| parent | ec20c79a3da23bbe2b5e37d4451869d2562f5c1d (diff) | |
Bring MythicMobs 4 support back
Fixes https://github.com/LMBishop/Quests/issues/318
Diffstat (limited to 'bukkit/build.gradle')
| -rw-r--r-- | bukkit/build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 8fa25b70..fd8238fe 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -68,8 +68,10 @@ dependencies { // download from spigot and add to /libs/ yourself // uSkyBlock compileOnly 'com.github.rlf:uSkyBlock-API:2.6.4' - // MythicMobs - compileOnly 'io.lumine:Mythic-Dist:5.0.2' + // MythicMobs 4 + compileOnly 'io.lumine.xikage:MythicMobs:4.12.0' + // MythicMobs 5 + compileOnly 'io.lumine:Mythic-Dist:5.0.3' // Citizens compileOnly ('net.citizensnpcs:citizens:2.0.27-SNAPSHOT') { exclude group: 'net.citizensnpcs', module: 'citizens-main' |
