GooeyLibs 图标

GooeyLibs

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 3.1.1-NeoForge
本资源为搬运资源,原资源地址: https://modrinth.com/mod/gooeylibs
资源信息

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4

平台: neoforge

标签: library utility

资源介绍

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")
}
📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
InteractiveChat DiscordSRV Addon

价格:0 墨喵币
下载量:0

查看详情
Jingle

价格:0 墨喵币
下载量:0

查看详情
Chest Render Fix

价格:0 墨喵币
下载量:0

查看详情
Spectrum Jetpacks

价格:0 墨喵币
下载量:0

查看详情