File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050 modIncludeImplementation(fabricApi. module(" fabric-screen-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
5151 modIncludeImplementation(fabricApi. module(" fabric-command-api-v2" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
5252 modIncludeImplementation(fabricApi. module(" fabric-model-loading-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
53- modIncludeImplementation (fabricApi. module(" fabric-resource-loader-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
53+ modImplementation (fabricApi. module(" fabric-resource-loader-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
5454 modImplementation(fabricApi. module(" fabric-data-generation-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
5555 modImplementation(" com.terraformersmc:modmenu:${ rootProject.modmenu_version} " ) { transitive false }
5656 modImplementation " curse.maven:spark-361579:${ rootProject.spark_version} "
@@ -132,4 +132,4 @@ publishing {
132132 repositories {
133133 // Add repositories to publish to here.
134134 }
135- }
135+ }
You can’t perform that action at this time.
0 commit comments