Skip to content
/ fgui Public
forked from Patbox/sgui

Library for creating custom, server side guis on Fabric/Neoforge

License

Notifications You must be signed in to change notification settings

Clickism/fgui

 
 

Repository files navigation

FGui (Server Gui)

What does the "F" stand for? Fabric? (Neo)Forge? Fun? Who knows...

It's a small, jij-able library that allows creation of server side guis.

  • This project is a fork of sgui, adapted to work with both Fabric and NeoForge alongside continuous support for multiple Minecraft versions.

Adding to your Project

Add it to your dependencies like this:

Fabric

dependencies {
    modImplementation(include("de.clickism:fgui-fabric:1.0+1.21.11"))
}

NeoForge

dependencies {
    jarJar(implementation("de.clickism:fgui-neoforge:1.0+1.21.11"))
}

After that you are ready to go! You can use SimpleGUI and other classes directly for simple ones or extend them for more complex guis.

About

Library for creating custom, server side guis on Fabric/Neoforge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%