9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-31 04:46:41 +00:00

LevelledMobs 4.0 Support

Updated the API to 4.0
This commit is contained in:
Penal Buffalo
2024-05-24 09:41:28 -05:00
parent 23039a73f9
commit ff8b48587f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ version = rootProject.version
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("com.github.lokka30:LevelledMobs:3.1.4")
compileOnly("io.github.arcaneplugins:levelledmobs-plugin:4.0.2")
compileOnly("LibsDisguises:LibsDisguises:10.0.38")
implementation("com.willfp:ModelEngineBridge:1.0.0")
}