Skip to content

Commit cd50fa8

Browse files
committed
Fix modern Fabric dependency configuration
1 parent 60a0694 commit cd50fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def javaVersion = providers.gradleProperty('javaVersion').orElse('25').get()
99

1010
dependencies {
1111
minecraft "com.mojang:minecraft:${minecraftVersion}"
12-
modImplementation "net.fabricmc:fabric-loader:${fabricLoaderVersion}"
13-
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabricApiVersion}"
12+
implementation "net.fabricmc:fabric-loader:${fabricLoaderVersion}"
13+
implementation "net.fabricmc.fabric-api:fabric-api:${fabricApiVersion}"
1414
implementation project(':common')
1515
include project(':common')
1616
}

0 commit comments

Comments
 (0)