File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,11 @@ dependencies {
101
101
// dependencies
102
102
modImplementation(" net.fabricmc.fabric-api:fabric-api:$fapiVersion " )
103
103
104
- modApi(include(" com.tterrag.registrate_fabric:Registrate:$registrateVersion " )!! )
104
+ modRuntimeOnly(include(" com.tterrag.registrate_fabric:Registrate:$registrateVersion " )!! )
105
+ modCompileOnly(" com.tterrag.registrate_fabric:Registrate:$registrateVersion " ) {
106
+ exclude(group = " io.github.fabricators_of_create.Porting-Lib" )
107
+ }
108
+
105
109
modApi(include(" com.electronwill.night-config:core:$nightConfigVersion " )!! )
106
110
modApi(include(" com.electronwill.night-config:toml:$nightConfigVersion " )!! )
107
111
modApi(include(" fuzs.forgeconfigapiport:forgeconfigapiport-fabric:$configApiVersion " )!! )
@@ -113,7 +117,10 @@ dependencies {
113
117
implementation(" net.createmod.ponder:Ponder-Fabric-$minecraftVersion :$ponderVersion " ) { isTransitive = false }
114
118
implementation(" net.createmod.ponder:Ponder-Common-$minecraftVersion :$ponderVersion " )
115
119
} else {
116
- modApi(include(" net.createmod.ponder:Ponder-Fabric-$minecraftVersion :$ponderVersion " )!! )
120
+ modRuntimeOnly(include(" net.createmod.ponder:Ponder-Fabric-$minecraftVersion :$ponderVersion " )!! )
121
+ modCompileOnly(" net.createmod.ponder:Ponder-Fabric-$minecraftVersion :$ponderVersion " ) {
122
+ exclude(group = " io.github.fabricators_of_create.Porting-Lib" )
123
+ }
117
124
}
118
125
119
126
// compat
You can’t perform that action at this time.
0 commit comments