Skip to content

aecsocket/alexandria

Repository files navigation

Alexandria

CI Release Snapshot

Multiplatform utilities for Minecraft projects

A generic set of utilities for other projects, designed to be multiplatform but also have certain platform-specific utilities.

There is no user documentation; see the Dokka page to get API docs.

Usage

See the version badges for the latest release and snapshot builds.

Modules:

  • alexandria-api - platform-independent API
  • alexandria-common - common library for implementing the API onto a platform
  • alexandria-paper - Paper implementation
  • alexandria-fabric - Fabric implementation
repositories {
  mavenCentral()
  // for snapshot builds
  // maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
  implementation("io.github.aecsocket", "alexandria-MODULE", "VERSION")
}

About

Library for Minecraft platforms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published