leave files

This commit is contained in:
bombcar 2022-01-31 09:06:49 -06:00
parent 9e22462bfb
commit c8acc97542
2 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ dependencies {
compileOnly(deobf("https://immibis.com/mcmoddl/files/redlogic-59.1.13.jar"))
compileOnly files("dependencies/ic2classic-api.zip") //curseforge one does NOT work ...
compileOnly(deobf("https://github.com/purpleposeidon/fz_archive/raw/master/old/Factorization-1.7.10-0.8.108.jar"))
compileOnly(deobf("https://media.forgecdn.net/files/2325/998/ColoredLightsCore-1.3.7.39.jar"))
compileOnly files("dependencies/ColoredLightsCore-1.3.7.39.jar") //this version is found nowhere else in the world apparently
//colored lights core has a note: - Does not run with Forge 1339 or later - suggest removal entirely
testCompile("org.mockito:mockito-all:1.10.19")
testCompile("org.scalactic:scalactic_2.11:2.2.6")

Binary file not shown.