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 e4f85e8 commit 9589af1Copy full SHA for 9589af1
fabric/build.gradle
@@ -10,8 +10,9 @@ dependencies {
10
parchment("org.parchmentmc.data:parchment-${parchment_minecraft_version}:${parchment_version}@zip")
11
}
12
13
- // Fabric loader
+ // Fabric loader and API
14
modImplementation("net.fabricmc:fabric-loader:${fabric_loader_version}")
15
+// modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_api_version}")
16
17
// JiJ MixinExtras if required to be newer than minimum loader-provided version
18
// include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinextras_version}")))
0 commit comments