File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 modIncludeImplementation(fabricApi. module(" fabric-screen-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
3939 modIncludeImplementation(fabricApi. module(" fabric-command-api-v2" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
4040 modIncludeImplementation(fabricApi. module(" fabric-models-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
41- modIncludeImplementation (fabricApi. module(" fabric-resource-loader-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
41+ modImplementation (fabricApi. module(" fabric-resource-loader-v0" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
4242 modImplementation(fabricApi. module(" fabric-data-generation-api-v1" , rootProject. fabric_api_version)) { exclude group : ' net.fabricmc' , module : ' fabric-loader' }
4343 modImplementation(" com.terraformersmc:modmenu:${ rootProject.modmenu_version} " ) { transitive false }
4444 modImplementation " curse.maven:spark-361579:${ rootProject.spark_version} "
You can’t perform that action at this time.
0 commit comments