Use jade instead of TOP
This commit is contained in:
parent
0f3c30628d
commit
7bc6d9d143
@ -183,6 +183,7 @@ dependencies {
|
||||
val mekanism_version: String by project
|
||||
val curios_version: String by project
|
||||
val cosmetic_armor_reworked_version: String by project
|
||||
val jade_id: String by project
|
||||
|
||||
implementation(fg.deobf("top.theillusivec4.curios:curios-forge:${mc_version}-${curios_version}"))
|
||||
compileOnly(fg.deobf("lain.mods.cos:CosmeticArmorReworked:${mc_version}-${cosmetic_armor_reworked_version}"))
|
||||
@ -190,7 +191,9 @@ dependencies {
|
||||
compileOnly(fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}"))
|
||||
compileOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}"))
|
||||
runtimeOnly(fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}"))
|
||||
implementation("mcjty:theoneprobe:${mc_version}-${the_one_probe_version}:deobf")
|
||||
// implementation("mcjty:theoneprobe:${mc_version}-${the_one_probe_version}:deobf")
|
||||
|
||||
compileOnly(fg.deobf("curse.maven:jade-324717:${jade_id}"))
|
||||
|
||||
implementation(fg.deobf("mekanism:Mekanism:${mc_version}-${mekanism_version}:all"))
|
||||
}
|
||||
@ -298,6 +301,14 @@ repositories {
|
||||
url = uri("https://maven.dbotthepony.ru")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://www.cursemaven.com")
|
||||
|
||||
content {
|
||||
includeGroup("curse.maven")
|
||||
}
|
||||
}
|
||||
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
|
@ -19,6 +19,7 @@ the_one_probe_version=6.2.1
|
||||
mekanism_version=10.3.2.homebaked
|
||||
curios_version=5.1.1.0
|
||||
cosmetic_armor_reworked_version=v1
|
||||
jade_id=4010505
|
||||
|
||||
kotlin_for_forge_version=3.1.0
|
||||
kotlin_version=1.6.10
|
||||
|
Loading…
Reference in New Issue
Block a user