Add it to other project
lasnikr opened this issue · 3 comments
I couldn´t find it... Sorry if it already was written anywhere?! But how coud I add this to my own mod? Changing something in build.gradle?
Use https://jitpack.io. Ask in the Fabric Discord for more information.
Also, including something as transformative as Sodium in your mod is a really bad idea.
Here is the answer by the way (for people in the future):
repositories {
maven { url = "https://jitpack.io" }
}
dependencies {
modImplementation "com.github.jellysquid3:sodium-fabric:1.16.x~dev-SNAPSHOT"
}