Skip to content
Daniel Orr edited this page Dec 17, 2024 · 1 revision

Welcome to the Packin wiki!

Usage

Public builds of Packin can be found on the Modrinth page.

To use Packin as a dependency you can find the artefact on our public Maven repository.

build.gradle

repositories {
    maven {
        name = "MC Brawls Maven"
        url  = "https://maven.mcbrawls.net/releases/"
    }
}

dependencies {
    include modImplementation ("net.mcbrawls:packin:$packin_version")
}

gradle.properties

packin_version=0.3.5

Getting Started

To get started, click here.

Clone this wiki locally