Add CTM to dev env
This commit is contained in:
parent
b57799cedd
commit
749c4e1d9d
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user