Skip to content

Commit c622969

Browse files
committed
Add fabric-api dependency to curseforge
1 parent b8baa22 commit c622969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

implementations/fabric/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import com.matthewprenger.cursegradle.CurseRelation
12
import net.fabricmc.loom.task.RemapJarTask
23

34
plugins {
@@ -117,4 +118,7 @@ curseforgeBlueMap {
117118
supportedMinecraftVersions.forEach {
118119
addGameVersion(it)
119120
}
121+
relations( closureOf<CurseRelation> {
122+
requiredDependency("fabric-api")
123+
})
120124
}

0 commit comments

Comments
 (0)