There was an error while loading. Please reload this page.
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.