Remove CTM from dev environment, not needed anymore

This commit is contained in:
embeddedt 2023-02-27 21:02:18 -05:00
parent 9902b97b1d
commit 6e58570ea7

View File

@ -91,7 +91,6 @@ 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) {