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

Rosemary

a server-side library made with love <3

124
1

Rosemary

A blueish-tinted Minecraft rose bush

Rosemary is a simple server-side library used for some of my mods. It currently adds:

  • Utility functions for SavedData
  • Dialog GUIs
  • Simple serialization based config

Usage

See src/testmod for examples on how features are used

Add the maven repository and implementation

I ask that you don't JiJ/include this library in your mod unless you have a good reason to do so. Point users to the Modrinth page (or atleast add it as a dependency)

repositories {
    maven {
        name "sylvielol"
        url "https://maven.sylvie.lol/releases"
    }
}

dependencies {
    // Versions can be found at https://maven.sylvie.lol/#/releases/lol/sylvie/rosemarylib or on Modrinth
    implementation "lol.sylvie:rosemarylib:1.1.0-mc26.1"
}

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

Minecraft: Java Edition

26.1.x1.21.x

Платформы

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

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:6 месяцев назад
Обновлён:1 неделю назад
Главная