File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ dependencies {
189189 modImplementation(" net.fabricmc.fabric-api:$it :${fabricApi.moduleVersion(it, fabric)} " )
190190 }
191191
192- modRuntimeOnly (" net.fabricmc.fabric-api:fabric-api:$fabric " )
192+ modLocalRuntime (" net.fabricmc.fabric-api:fabric-api:$fabric " )
193193
194194 modCompileOnly(" mcp.mobius.waila:wthit-api:fabric-$wthit " )
195195 modCompileOnly(" me.shedaniel:RoughlyEnoughItems-api-fabric:$rei " )
@@ -202,8 +202,8 @@ dependencies {
202202 " testmodImplementation" (sourceSets.main.get().output)
203203 " modTestmodImplementation" (" net.fabricmc.fabric-api:fabric-api:$fabric " )
204204
205- modRuntimeOnly (" me.shedaniel:RoughlyEnoughItems-fabric:$rei " )
206- modRuntimeOnly (" mcp.mobius.waila:wthit:fabric-$wthit " )
205+ modLocalRuntime (" me.shedaniel:RoughlyEnoughItems-fabric:$rei " )
206+ modLocalRuntime (" mcp.mobius.waila:wthit:fabric-$wthit " )
207207}
208208
209209tasks.withType<ProcessResources > {
You can’t perform that action at this time.
0 commit comments