Changed buildscript to use modern OC api

This commit is contained in:
Vaern 2026-07-26 16:52:46 -07:00
parent 0cfe88ece5
commit 62bf2d1d29

View File

@ -97,10 +97,6 @@ repositories {
name = "CurseMaven" name = "CurseMaven"
url = "https://cursemaven.com" url = "https://cursemaven.com"
} }
maven {
name = "OpenComputers"
url = "https://maven.cil.li/"
}
} }
dependencies { dependencies {
@ -115,7 +111,7 @@ dependencies {
compileOnly("inventorytweaks:InventoryTweaks:1.59-dev:deobf") { transitive = false } compileOnly("inventorytweaks:InventoryTweaks:1.59-dev:deobf") { transitive = false }
compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.5.+:api") { transitive = false } compileOnly("com.github.MightyPirates:OpenComputers:1.7.10-forge~1.8.9:api") { transitive = false }
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev") { transitive = false }
} }