Skip to content

Items

The items module is a small module which uses Polymer to help create custom-modelled items. This is intended to be used alongside the resource pack module.

Adding to Dependencies

The extensions module depends on some other arcade modules; it's recommended that you include all of these.

kts
repositories {
    maven("https://maven.casualchampionships.net/snapshots")
}

dependencies {
    include(implementation("net.casualchampionships:arcade-items:0.11.0-beta.3+26.2")!!)
}