Started by
Jewily
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone! I made my custom GUI look using Adobe XD and paste it in the MCreator using 'Image' stuff in GUI creator. I`ve trought bout it but my buttons looks like weird. Is it possible to make my own buttons design? Maybe using JSON files in gui properties(if they are exists) or resource-packs?
Thank you guys for this awesome tool!
Yes, custom code.
I`ve checked the code but i`ve not founded nothing connected to button view. Lots of classes with xyz moving but without rendering. Can you tell me where it is? Thank you, anyway
Personally, I feel this should be added in MCreator. But if you want to code, you need to create a custom widget that extends Button (more functionality). I will include an example below;
Is there a video anywhere explaining how to use this?
Do you mean with Custom Widget "Custom Element" in MCreator? Also you need to create an Custom Element for the code?