Skip to content

Commit

Permalink
project: Remove fabric-api from fabric.mod.json deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Sep 20, 2023
1 parent 43343eb commit c13134d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/mod-build-script.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ tasks {
} ?: linkedMapOf(),
modMixinFiles ?: emptyList(),
linkedMapOf(
"fabric-api" to "*",
"fabric-language-kotlin" to ">=1.8.0+kotlin.1.7.0",
"minecraft" to "${majorMinecraftVersion}.x"
).apply { putAll(modDepends ?: emptyMap()) },
Expand Down

0 comments on commit c13134d

Please sign in to comment.