Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 580 Bytes

getting-started.md

File metadata and controls

20 lines (15 loc) · 580 Bytes

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.

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

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