Add CTM to dev env

This commit is contained in:
embeddedt 2023-02-21 09:38:17 -05:00
parent b57799cedd
commit 749c4e1d9d
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 6 additions and 1 deletions

View File

@ -58,6 +58,9 @@ repositories {
includeGroup "dev.latvian.mods"
}
}
maven { // CTM
url "https://maven.tterrag.com/"
}
}
dependencies {
@ -87,6 +90,7 @@ dependencies {
modCompileOnly("curse.maven:refinedstorage-243076:${refined_storage_version}")
modImplementation("dev.latvian.mods:kubejs-forge:${kubejs_version}")
modImplementation("team.chisel.ctm:CTM:${ctm_version}")
}
tasks.withType(JavaCompile) {

View File

@ -15,4 +15,5 @@ mekanism_version=1.16.5-10.1.2.457
parchment_version=2022.03.06
jei_version=7.7.1.153
refined_storage_version=3807951
kubejs_version=1605.3.19-build.299
kubejs_version=1605.3.19-build.299
ctm_version=MC1.16.1-1.1.2.6