Download GooeyLibs — Minecraft Mods — MetaMods

GooeyLibs

Active

Downloads

12

Last update

9 months ago

Versions

1.20.1 — 1.21.4
Server
Fabric
Forge
Neoforge
Libraries
Utils

GooeyLibs - Library for Creating Interfaces in Minecraft

GooeyLibs is a server-side library that provides developers with the ability to create interactive user interfaces for Minecraft. This universal platform works equally well with both Forge and Fabric, offering basic functionality for building complex UI elements.

Interface Design Capabilities

The library uses the builder design pattern for creating game screens. This allows developers to sequentially construct complex interfaces, adding various elements as needed. One of the key features of GooeyLibs is support for multi-page menus, which is especially useful when interface content doesn't fit within the visible screen area.

For deeper study of the library's API, it's recommended to review the official documentation on GitHub.

Integrating GooeyLibs into Projects

When working with GooeyLibs, it's important to consider several points. The library provides a standard API layer suitable for most plugins. For debugging the mod directly in the development environment, you'll need to additionally connect the launcher components.

Repository

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

Dependencies

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

// For use with Forge
modRuntimeOnly("ca.landonjw.gooeylibs:forge:3.0.0-1.20.1-SNAPSHOT")

// For use with Fabric
modRuntimeOnly("ca.landonjw.gooeylibs:fabric:3.0.0-1.20.1-SNAPSHOT")

}

Project members
NickImpact

NickImpact

Developer

landonjw_

landonjw_

Created: 24 Oct 2023

ID: 3186