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

GooeyLibs

A user-interface based library useful for creating front-end UIs for existing game screens on both Forge and Fabric

174K загрузок21 подписчиковLGPL-3.0-or-laterfabricforgeneoforge

Обновлён 26 января 2025 г. · опубликован 22 октября 2023 г.

What is GooeyLibs?

GooeyLibs is a server-side UI library that allows creation of interactable screens for both Forge and Fabric. GooeyLibs provides no default interaction, and serves as a general purpose API for plugins to work alongside with.

Design Capabilities

GooeyLibs follows the builder pattern for creating in-game screens. Additionally, GooeyLibs also allows for users to create pages within menus. Pages are primarily useful where elements of a UI would otherwise flow beyond the UI's visible limits, allowing you to have a paginated view instead!

To learn more about GooeyLib's API, see the following wiki: https://github.com/landonjw/GooeyLibs/wiki

Using GooeyLibs in your Projects

When using GooeyLibs, there are a few things to note. GooeyLibs provides a default API layer that most plugins should use when importing GooeyLibs. If you wish to debug the mod from the IDE, you'll want to also include the launcher components to GooeyLibs.

Repository

repositories {
    maven("https://maven.impactdev.net/repository/development/")
}

Dependency

dependencies {
    modImplementation("ca.landonjw.gooeylibs:api:3.0.0-1.20.1-SNAPSHOT")

    // When using forge
    modRuntimeOnly("ca.landonjw.gooeylibs:forge:3.0.0-1.20.1-SNAPSHOT")

    // When using fabric
    modRuntimeOnly("ca.landonjw.gooeylibs:fabric:3.0.0-1.20.1-SNAPSHOT")
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.1.1-NeoForgeРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge26 января 2025 г..jar (318 КБ)
3.1.1-FabricРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric26 января 2025 г..jar (318 КБ)
3.1.0-NeoforgeРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge24 декабря 2024 г..jar (318 КБ)
3.1.0-FabricРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric24 декабря 2024 г..jar (318 КБ)
3.0.0+1.20.1Релиз1.20.1forge22 октября 2023 г..jar (106 КБ)
3.0.0+1.20.1Релиз1.20.1fabric22 октября 2023 г..jar (110 КБ)

Ченджлог

3.1.1-NeoForgeРелиз1.21.2, 1.21.3, 1.21.4 · 26 января 2025 г.

Fixes

  • Numerous moveable button fixes/improvements (Thanks CheifArug)
  • LinkedPage titles with Adventure based components should now behave normally
3.1.1-FabricРелиз1.21.2, 1.21.3, 1.21.4 · 26 января 2025 г.

Fixes

  • Numerous moveable button fixes/improvements (Thanks CheifArug)
  • LinkedPage titles with Adventure based components should now behave normally
3.1.0-NeoforgeРелиз1.21.2, 1.21.3, 1.21.4 · 24 декабря 2024 г.

No changelog was specified.

3.1.0-FabricРелиз1.21.2, 1.21.3, 1.21.4 · 24 декабря 2024 г.

No changelog was specified.

3.0.0+1.20.1Релиз1.20.1 · 22 октября 2023 г.

No changelog was specified.

3.0.0+1.20.1Релиз1.20.1 · 22 октября 2023 г.

No changelog was specified.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…