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

ServUI

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

504 загрузок7 подписчиковLGPL-3.0-onlyfabricneoforge

Обновлён 5 января 2026 г. · опубликован 24 мая 2025 г.

Servui

This is a port of the SGui Library that is a small, jij-able library that allows creation of server side guis.

The goal of this build is to allow Fabric mods that uses the original SGui library to be ported on Neoforge, using this build.

Usage (for mod developers):

Add it to your dependencies like this:

  • create a lib directory and put the jar in it.
  • Add the local repository to your build.gradle:
repositories {
    flatDir { 
        dir 'libs'
    }
}

dependencies {
	modImplementation include("co.lemee:servui:1.9.1+1.21.5-neoforge") // Adapt it, it should match the jar your are using
}

Exemple of a mod using it: AuctionHouse

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.

Центр версий

2 версий
  • Релиз110 КБ
  • Релиз106 КБ

Ченджлог

1.9.1+1.21.10Релиз1.21.10, 1.21.11 · 5 января 2026 г.

rebranding

1.9.1+1.21.10Релиз1.21.10, 1.21.11 · 5 января 2026 г.

Rebranding

Комментарии

Загружаем…