diff --git a/build.gradle b/build.gradle index 458c106..3919e69 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,10 @@ ext { } dependencies { - compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion" - compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" + compileOnly "com.github.anuken.arc:arc-core:$mindustryVersion" + compileOnly "com.github.anuken.mindustryjitpack:core:$mindustryVersion" + + compileOnly "com.github.anuken.mindustryjitpack:server:$mindustryVersion" implementation "com.google.code.gson:gson:2.10" implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash"