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.
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")!!)
}