Описание
# GUILib
[](https://modrinth.com/datapack/guilib-beta0.0)[](https://discord.gg/ETzFRjAFSZ)
## 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...