Skip to content

Commit 1377e2f

Browse files
committed
fixed mod being applied transitively
1 parent 6c48763 commit 1377e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
151151
modImplementation("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion+$minecraftVersion")
152152
modImplementation("net.fabricmc:fabric-language-kotlin:$kotlinFabricVersion.$kotlinVersion")
153-
modImplementation("maven.modrinth:sodium:$sodiumVersion")
153+
modCompileOnly("maven.modrinth:sodium:$sodiumVersion")
154154

155155
// Add dependencies on the required Kotlin modules.
156156
includeLib("io.github.classgraph:classgraph:${classGraphVersion}")

0 commit comments

Comments
 (0)