Started by
kizor
on
Topic category: Help with Minecraft modding (Java Edition)
im trying to make overlay that acts as a loadout display that you can switch with grave key so you can switch between the overlays with grave key. and is there a way to make a gui that you can move stuff in and out of the loadout.
You can have multiple UI's for example: Key1, Key2, Key3.
On Key1: If keyVariable = 1
On Key2: if keyVariable = 2
On Key3: if keyVariable = 3
And then the way you switch UI's is simply by increasing or decreasing the keyVariable by 1.
Thanks really was a big help took some messing around but i got it