File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ dependencies {
20
20
modImplementation " net.fabricmc.fabric-api:fabric-api:${ fabric_version} "
21
21
implementation project(" :common" )
22
22
compileOnly(annotationProcessor(" io.github.llamalad7:mixinextras-common:${ mixinextras_version} " ))
23
- include(implementation(annotationProcessor(" io.github.llamalad7:mixinextras-fabric:${ mixinextras_version} " )))
23
+ compileOnly(annotationProcessor(" io.github.llamalad7:mixinextras-fabric:${ mixinextras_version} " ))
24
+ localRuntime(" io.github.llamalad7:mixinextras-fabric:${ mixinextras_version} " )
24
25
25
26
modImplementation(" fuzs.forgeconfigapiport:forgeconfigapiport-fabric:${ configapiport_version} " )
26
27
modImplementation(" io.github.fabricators_of_create.Porting-Lib:brewing:${ porting_lib_version} " )
Original file line number Diff line number Diff line change @@ -78,9 +78,7 @@ dependencies {
78
78
compileOnly project(" :common" )
79
79
annotationProcessor(" org.spongepowered:mixin:0.8.5-SNAPSHOT:processor" )
80
80
implementation(annotationProcessor(" io.github.llamalad7:mixinextras-common:${ mixinextras_version} " ))
81
- implementation(jarJar(" io.github.llamalad7:mixinextras-forge:${ mixinextras_version} " )) {
82
- jarJar. ranged(it, " [${ mixinextras_version} ,)" )
83
- }
81
+ implementation(" io.github.llamalad7:mixinextras-forge:${ mixinextras_version} " )
84
82
85
83
if (oblivion_snapshot. toBoolean()) {
86
84
implementation fg. deobf(" com.github.voidleech.oblivion:oblivion_api-forge-${ minecraft_version} :${ oblivion_version} " )
You can’t perform that action at this time.
0 commit comments