Skip to content

Commit 9589af1

Browse files
committed
Sync with Framework
1 parent e4f85e8 commit 9589af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fabric/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ dependencies {
1010
parchment("org.parchmentmc.data:parchment-${parchment_minecraft_version}:${parchment_version}@zip")
1111
}
1212

13-
// Fabric loader
13+
// Fabric loader and API
1414
modImplementation("net.fabricmc:fabric-loader:${fabric_loader_version}")
15+
// modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_api_version}")
1516

1617
// JiJ MixinExtras if required to be newer than minimum loader-provided version
1718
// include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:${mixinextras_version}")))

0 commit comments

Comments
 (0)