Skip to content
Relentless edited this page Feb 1, 2023 · 8 revisions

Maven

repositories {
    maven { url "https://maven.blamejared.com/" }
}

Artifact

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>"
}
Clone this wiki locally