Skip to content

Commit 7d7e2f0

Browse files
committed
Merge 1.19.4 into 1.20
2 parents 9eed139 + 3827d8a commit 7d7e2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)