Help with overlays

Started by kizor on

Topic category: Help with modding (Java Edition)

Last seen on 15:07, 16. Jun 2021
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with overlays

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. 

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can have multiple UI's…
Tue, 11/12/2019 - 12:26

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.

Last seen on 15:07, 16. Jun 2021
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks really was a big help…
Tue, 11/12/2019 - 18:50

Thanks really was a big help took some messing around but i got it