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 a3217e7 commit 11006a2Copy full SHA for 11006a2
build.gradle.kts
@@ -22,6 +22,7 @@ dependencies {
22
modImplementation("net.fabricmc:fabric-loader:${property("loader_version")}")
23
24
modImplementation("net.fabricmc:fabric-language-kotlin:${property("fabric_kotlin_version")}")
25
+ modImplementation("net.fabricmc.fabric-api:fabric-api:0.36.0+1.17")
26
}
27
28
tasks {
0 commit comments