Skip to content

A guild and party mod to work and play together with your teammates on a server!

License

Notifications You must be signed in to change notification settings

terrarium-earth/Argonauts

Repository files navigation

Argonauts

To add this library to your project, do the following:

Kotlin DSL:

repositories {
    maven(url = "https://maven.teamresourceful.com/repository/maven-public/")
}

dependencies {
    modImplementation(group = "earth.terrarium.argonauts", name = "argonauts-$modLoader-$minecraftVersion", version = argonautsVersion)
}

Groovy DSL:

repositories {
    maven {
        url "https://maven.teamresourceful.com/repository/maven-public/"
    }
}

dependencies {
    modImplementation group: "earth.terrarium.argonauts", name: "argonauts-$modLoader-$minecraftVersion", version: argonautsVersion
}

About

A guild and party mod to work and play together with your teammates on a server!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages