Release 1.0.1
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