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

Rosemary

a server-side library made with love <3

Загрузки
704
Подписчики
1
Обновлён
29 июня 2026 г.
Лицензия
MIT

Опубликован 14 сентября 2025 г.

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

Ченджлог

1.1.1-mc26.2Релиз26.2 · 29 июня 2026 г.

Changelog

1.1.1-mc26.1Релиз26.1 · 30 марта 2026 г.
  • Remove "action was added twice" log message
  • Fix dialog checkboxInput causing a NullPointerException
1.1.0-mc26.1Релиз26.1 · 29 марта 2026 г.
  • Update to 26.1
    • While I'm not aware of any mods that use this library before 26.1, this update has breaking changes regarding SavedData
      • The String modId field on containers has been swapped out for Identifier dataId due to the move of data to separate folders
    • Version numbers are now formatted as x.x.x-mcx.x.?
  • Releases are now published on my own Maven, though the Modrinth Maven should still work
1.0-mc1.21.8Релиз1.21.8 · 14 сентября 2025 г.
  • Initial commit

Комментарии

Загружаем…