@@ -115,7 +115,6 @@ dependencies {
115115 implementation rfg. deobf(" curse.maven:ae-additions-extra-cells-2-fork-${ aea_pid} :${ aea_fid} " )
116116
117117 // Soft Dependencies
118- compileOnlyApi rfg. deobf(" curse.maven:gregtech-food-option-${ gfo_pid} :${ gfo_fid} " )
119118 implementation " mezz.jei:jei_1.12.2:${ jei_version} "
120119 implementation " CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-${ crt_version} "
121120 implementation rfg. deobf(" curse.maven:top-${ top_pid} :${ top_fid} " )
@@ -127,10 +126,10 @@ dependencies {
127126 // implementation rfg.deobf("curse.maven:groovyscript-${grs_pid}:${grs_fid}")
128127
129128 // Debug Draconic Evolution/Additions
130- compileOnlyApi rfg. deobf(" curse.maven:redstone-flux-${ ref_pid} :${ ref_fid} " )
131- compileOnlyApi rfg. deobf(" curse.maven:brandons-core-${ brc_pid} :${ brc_fid} " )
132- compileOnlyApi rfg. deobf(" curse.maven:draconic-evolution-${ dre_pid} :${ dre_fid} " )
133- compileOnlyApi rfg. deobf(" curse.maven:draconicadditions-${ dra_pid} :${ dra_fid} " )
129+ compileOnly rfg. deobf(" curse.maven:redstone-flux-${ ref_pid} :${ ref_fid} " )
130+ compileOnly rfg. deobf(" curse.maven:brandons-core-${ brc_pid} :${ brc_fid} " )
131+ compileOnly rfg. deobf(" curse.maven:draconic-evolution-${ dre_pid} :${ dre_fid} " )
132+ compileOnly rfg. deobf(" curse.maven:draconicadditions-${ dra_pid} :${ dra_fid} " )
134133 if (project. debug_de. toBoolean()) {
135134 implementation rfg. deobf(" curse.maven:redstone-flux-${ ref_pid} :${ ref_fid} " )
136135 implementation rfg. deobf(" curse.maven:brandons-core-${ brc_pid} :${ brc_fid} " )
@@ -139,7 +138,7 @@ dependencies {
139138 }
140139
141140 // Debug Chisel
142- compileOnlyApi rfg. deobf(" curse.maven:chisel-${ chi_pid} :${ chi_fid} " )
141+ compileOnly rfg. deobf(" curse.maven:chisel-${ chi_pid} :${ chi_fid} " )
143142 if (project. debug_chisel. toBoolean()) {
144143 implementation rfg. deobf(" curse.maven:chisel-${ chi_pid} :${ chi_fid} " )
145144 }
0 commit comments