GUILib

Quick rating

Community listing page, reviews here may not be monitored by the author.

GUILib

By Andy_71Owner

No reviews yet

Developer tool to create & design GUIs for datapacks easily.

Mod Loaders
Minecraft

About

Description

GUILib

Download on ModrinthDiscord

Overview

GUILib is a library datapack made to create GUIs in your datapacks

Features

Help Center

/trigger guilib-help to open the help center int the chat

Function

/function gui:create.item to make your mainhand item into a GUI Open item

To Change one of the eight GUIs go to

data/gui/gui/(there is your GUI number 1..8) and change the item replace air commands with your items

Custom Data Items

minecraft:YOUR_ITEM[minecraft:custom_data={ui_item:1b}] - locks the item in its GUI Slot (Can't be dropped) minecraft:YOUR_ITEM[minecraft:custom_data={navigate_to:gui1}] - navigates you to the gui1,gui2...