Mark AE2 and Patchouli as compile only

This commit is contained in:
embeddedt 2023-04-26 19:41:05 -04:00
parent 21826f2091
commit 55e7831c57
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -100,8 +100,8 @@ dependencies {
modRuntimeOnly("curse.maven:ferritecore-429235:4074294") modRuntimeOnly("curse.maven:ferritecore-429235:4074294")
modCompileOnly("team.chisel.ctm:CTM:${ctm_version}") modCompileOnly("team.chisel.ctm:CTM:${ctm_version}")
modCompileOnly("curse.maven:supermartijncore-454372:4455384") modCompileOnly("curse.maven:supermartijncore-454372:4455384")
modImplementation("appeng:appliedenergistics2-forge:11.7.3") modCompileOnly("appeng:appliedenergistics2-forge:11.7.3")
modImplementation("vazkii.patchouli:Patchouli:1.18.2-71.1") modCompileOnly("vazkii.patchouli:Patchouli:1.18.2-71.1")
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {