Перейти к содержимому
Mineforgian

ossl

Library for creating server-side skills

Загрузки
848
Подписчики
1
Обновлён
4 февраля 2025 г.
Лицензия
Apache-2.0

Опубликован 10 января 2025 г.

ossl

ossl is a library designed for creating server-side skills. It provides a simple channeling and skill API, along with a skill registry.

Note: More detailed information will be added later.

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")
}

Ченджлог

0.4.1Релиз1.21.4 · 4 февраля 2025 г.
0.4.0Релиз1.21.4 · 3 февраля 2025 г.
0.3.0Релиз1.21.4 · 3 февраля 2025 г.
0.2.2Релиз1.21.4 · 3 февраля 2025 г.
0.2.1Релиз1.21.4 · 3 февраля 2025 г.
0.2.0Релиз1.21.4 · 3 февраля 2025 г.
0.1.4Релиз1.21.4 · 30 января 2025 г.
0.1.3Релиз1.21.4 · 30 января 2025 г.

Комментарии

Загружаем…