ossl
ossl is a development library specifically designed for implementing server-side skills. Its functionality includes a convenient Channeling API and Skill API toolkit, as well as a unified ability registry.
Note: More detailed information will be available in the near future.
Gradle Setup
Groovy
repositories {
maven { url 'https://api.modrinth.com/maven' }
}
dependencies {
modImplementation 'maven.modrinth:ossl:OSSL_VERSION'
}
Kotlin DSL
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
modImplementation("maven.modrinth:ossl:OSSL_VERSION")
}