Skip to content

Release 1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 00:38

Installation

Gradle (Kotlin DSL)

dependencies {
    compileOnly("io.artificial:artificial-enchantments:1.0.1")
}

Maven

<dependency>
  <groupId>io.artificial</groupId>
  <artifactId>artificial-enchantments</artifactId>
  <version>1.0.1</version>
</dependency>

GitHub Packages Repository

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/modpotato-plugins/artificial-enchantments")
        credentials {
            username = System.getenv("GITHUB_ACTOR")
            password = System.getenv("GITHUB_TOKEN")
        }
    }
}

Full Changelog: https://github.com/modpotato-plugins/artificial-enchantments/commits/v1.0.1