Sodium

Sodium

35M Downloads

Add it to other project

lasnikr opened this issue · 3 comments

commented

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?

commented

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.

commented

But I guess as long as the version is also running in the IDE it should be fine

commented

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"
}