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

AlinLib

A library to facilitate mod development by Kel Cuprum

Загрузки
252K
Подписчики
65
Обновлён
21 июня 2026 г.
Лицензия
GPL-3.0-or-later

Опубликован 5 ноября 2023 г.

AlinLib

A library to facilitate the development of interface, notifications, etc.
Also content in one design code

Integration

Releases Snapshots

Types

  • snapshots [Dev, alpha]
  • releases [Releases, Beta, RC]
repositories {
    maven {
        name "kelcuprum_TYPE"
        url "https://repo.kelcuprum.ru/TYPE"
    }
}
dependencies {
    modImplementation("ru.kelcuprum:AlinLib-(fabric,neoforge):VERSION");
}

From Modrinth

repositories {
    maven {
        url "https://api.modrinth.com/maven"
    }
}
dependencies {
    modImplementation("maven.modrinth:alinlib:VERSION");
}

Screenshots

Interface

modern interface

Legacy design

Interface

Toast

Toast

kel

Ченджлог

2.1.0-rc.6.1Бета26.2 · 21 июня 2026 г.
  • Fixed GUI render mixin
2.1.0-rc.6Бета26.2 · 21 июня 2026 г.
  • Ported to 26.2 (now only)
2.1.0-rc.6Бета1.21.9, 1.21.10 · 2 января 2026 г.
  • Ported to 1.21.11 (25.4)

For 1.21.6-1.21.9 - minnor update

2.1.0-rc.6Бета1.21.6, 1.21.7, 1.21.8 · 2 января 2026 г.
  • Ported to 1.21.11 (25.4)

For 1.21.6-1.21.9 - minnor update

2.1.0-rc.6Бета1.21.11 · 2 января 2026 г.
  • Ported to 1.21.11 (25.4)

For 1.21.6-1.21.9 - minnor update

2.1.0-rc.5Бета1.21.6, 1.21.7, 1.21.8 · 8 ноября 2025 г.
  • Added Cursor color in Styles
  • Added MultilineEditBox and builder
  • Fixed rendering Buttons with icon
2.1.0-rc.5Бета1.21.9, 1.21.10 · 8 ноября 2025 г.
  • Added Cursor color in Styles
  • Added MultilineEditBox and builder
  • Fixed rendering Buttons with icon
2.1.0-rc.4.2Бета1.21.6, 1.21.7, 1.21.8 · 10 октября 2025 г.

Fixed 1.21.9

Комментарии

Загружаем…