We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1432568 commit 7a54097Copy full SHA for 7a54097
1 file changed
build.gradle.kts
@@ -200,6 +200,7 @@ dependencies {
200
if (isFabric) {
201
// Fabric API has not been released for 25w31a yet.
202
//modDependency("fabricApi", { "net.fabricmc.fabric-api:fabric-api:$it" }, requiredByDependants = true)
203
+ modstitchModImplementation("net.fabricmc.fabric-api:fabric-api-base:0.4.64+local").jij()
204
modstitchModImplementation("net.fabricmc.fabric-api:fabric-resource-loader-v0:3.1.11+local").jij()
205
206
modDependency("fabricLangKotlin", { "net.fabricmc:fabric-language-kotlin:${it}" })
0 commit comments