File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,13 @@ dependencies {
3434// modRuntimeOnly 'me.fallenbreath:mixin-auditor:0.1.0'
3535
3636 // dependencies
37- // include(modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_api_version)))
37+ // def fabricApiModules = ["fabric-resource-loader-v0"]
38+ // if (mcVersion >= 12105) { // "fabric-resource-loader-v0" dependency since fabric api 0.127.0
39+ // fabricApiModules.add("fabric-api-base")
40+ // }
41+ // fabricApiModules.forEach {
42+ // include(modImplementation(fabricApi.module(it, project.fabric_api_version)))
43+ // }
3844// include(modImplementation("me.fallenbreath:conditional-mixin-fabric:${project.conditionalmixin_version}"))
3945// if (mcVersion < 12005) {
4046// include("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")
You can’t perform that action at this time.
0 commit comments