-
Notifications
You must be signed in to change notification settings - Fork 14
API
Relentless edited this page Feb 1, 2023
·
8 revisions
repositories {
maven { url "https://maven.blamejared.com/" }
}
dependencies {
// common
modImplementation "com.almostunified.mods:almostunified-common:<version>"
// fabric
modImplementation "com.almostunified.mods:almostunified-fabric:<version>"
// forge
modImplementation "com.almostunified.mods:almostunified-forge:<version>"
}