GooeyLibs
ModA user-interface based library useful for creating front-end UIs for existing game screens on both Forge and Fabric
Type
Mod
Modrinth Downloads
167,171
Modrinth ID
KzjvlKEN
Last Updated
Jun 6, 2026
Description
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") }Compatibility
Mod Loaders
Game Versions
Similar Mods
Cobblemon Repel
Cobblemon addon that adds blocks that prevent Pokémon spawns in a radius
Edit Mob Drops
Edit Mob Drops is an easily configurable mod that lets you edit what mobs drop.
Barrels 2012
A wearable barrels addon for TFC
Husk Spawn
🏜 Adds a chance for husks to spawn naturally everywhere in place of a zombie.
Golden Berries
Adds a new food called Golden Berries. Made the same way of Golden Carrots but with berries!
Farmer's Delight Compat
Remove duplicate items and blocks with the goal of integrating Farmer's Delight and other similar mods so they work as i...