Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 619 Bytes

getting-started.md

File metadata and controls

20 lines (15 loc) · 619 Bytes

Resource Pack Host

A small and simple api for hosting resource packs on the server. It creates a simple http server where you can register all the packs you wish to host, these can then be transformed into resource pack packets which are sent to players.

Intended for use with the resource pack module but can be used standalone too.

Adding to Dependencies

repositories {
    maven("https://maven.supersanta.me/snapshots")
}

dependencies {
    include(modImplementation("net.casual-championships:arcade-resource-pack-host:0.3.1-alpha.25+1.21.3")!!)
}