▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/NulaCore

NulaCore

A library containing shared code for my mods

Оцените первым
254
0

NulaCore

A library containing shared code for my mods

Documentation can be found at https://sidgames5.github.io/javadocs/nulacore/1.0/

Versioning

This library follows the SemVer 2 specification. The format is major.minor.patch.

Jar name format: nulacore-<minecraft version>-<mod version>

Example

A mod requires NulaCore v1.3. You can use any version that starts with 1.3 or greater. You cannot use 1.2.

Using NulaCore in your project

Gradle

In the repositories section of your build.gradle file, add my repository:

repositories {
    maven {
        url "https://repo.repsy.io/mvn/sidgames5/sidgames5"
    }
}

Add the package to the dependencies section:

dependencies {
    modImplementation("dev.sidgames:nulacore:1.0.0")
}
Партнёрский материал

Как поиграть с друзьями с модом NulaCore?

Мод NulaCore куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода NulaCore будет готов за пару минут - BungeeHost сделает всё за вас.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.19.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Ссылки

Создатели

Детали

Лицензия:
Опубликован:3 года назад
Обновлён:3 года назад
Главная