-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Orr edited this page Dec 17, 2024
·
1 revision
Welcome to the Packin wiki!
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
To get started, click here.