--- title: Data Driven GUIs mod: modrinth: IxcERKCt curseforge: 1246655 git: https://github.com/TheClashFruit/DataDrivenGUIs slug: ddg template: mod --- A library to make making GUIs easier using xml & json files. This mod mainly aims to make making GUIs as painless as possible, but with this it also allows resource packs to modify GUIs or even create new ones. The mod however currently doesn't allow the modification of the default GUIs in Minecraft. ### Features * **XML Based GUIs**: Write your GUIs like you would a web page. * **JSON Based Actions**: Make buttons do actions. * **Uses Built-in Widgets**: No web rendering shenanigans. * **Custom Server Packet**: Offers servers to open custom GUIs they have created with their resourcepacks. ### Usage #### For Users You just need to install this mod if a mod depends on it or a server requires you to do so. #### For Developers It's a straight forward proceess to depend on this mod and you can learn more at https://docs.theclashfruit.me/ddg.