Declarative UI

Adds data-driven UI, fully server-side.

18

Declarative UI

Declarative UI

A data-driven UI mod for Minecraft using Fabric, making creation of GUIs easier and creating commands possible within a datapack. No need to learn Java or Kotlin. Containers also exist, so you could try making a sell gui, etc.

📖 Usage

To create a datapack, you can use `/datapack create <id> <description>`. You'll find it in your world's datapacks folder. To create a GUI, with or without parameters, create a JSON file within its `data/<namespace>/declarative_ui/menu` folder you'll create. For the format of the JSON, check the with or without parameters To create a Command, with or without parameters, follow previous steps but put the JSON within `data/<namespace>/declarative_ui/command` and check the %%MD1%% for the format. To create a container, create a JSON file within `data/<namespace>/declarative_ui/container` and put a number greater than 0 in a `size` field

📖 Extra Commands

- Use `/item (modify|replace) container` for command modification of player stored containers - Use `/declarative_ui open <targets> <menu>` to open a menu

You can also download the .mcdoc and commands.json files for Spyglass here: https://cdn.modrinth.com/data/5UTWPtx3/versions/efRCNid9/spyglass.zip

ADS