Fixed spartan + aac integration

This commit is contained in:
Auxilor 2020-12-22 16:19:57 +00:00
parent 7f0ea0a5dd
commit c3a31f5570

View File

@ -19,6 +19,5 @@ dependencies {
compileOnly 'com.github.angeschossen:LandsAPI:4.7.3'
compileOnly 'fr.neatmonster:nocheatplus:3.16.1-SNAPSHOT'
compileOnly 'com.github.jiangdashao:matrix-api-repo:317d4635fd'
shadow files('../../lib/SpartanAPI.jar')
shadow files('../../lib/aac-api-5.0.0.jar')
compile fileTree(dir: '/../lib', include: ['*.jar'])
}