From db38156dce9d1b971e7fdb6a1276234cea84ea70 Mon Sep 17 00:00:00 2001 From: Abyss <57658642+abyssxd@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:40:12 +0100 Subject: [PATCH] Update rpconvert.tag Added a GUI converstion tool & websites with helpful information and examples for JsonUI in Bedrock. --- src/main/resources/tags/links/rpconvert.tag | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/tags/links/rpconvert.tag b/src/main/resources/tags/links/rpconvert.tag index 671fc086..8d3ad13f 100644 --- a/src/main/resources/tags/links/rpconvert.tag +++ b/src/main/resources/tags/links/rpconvert.tag @@ -13,3 +13,11 @@ For more info on how to use it, see the pinned messages in <#1139296287179677857 Helpful links to get started with CustomModelData: https://wiki.geysermc.org/geyser/custom-items/ https://github.com/GeyserCustomModelData + +**Custom GUIs on Bedrock** +Custom GUIs on Bedrock need to be done using JsonUI, however, you can use this tool to upload your GUI pngs & their unicodes +and convert them into a Bedrock resource pack to use in Geyser's `packs` folder: +https://abishekbhusal.com/j2b_gui/ +If you'd like to manually convert custom GUIs using JsonUI, here are some helpful links: +https://wiki.bedrock.dev/json-ui/json-ui-documentation +https://github.com/ofunny/ofunnysBedrockExamples/tree/main/geysermc.chestBackgroundExample