Custom Hotbar

Started by Rugbeat90999 on

Topic category: Advanced modding

Last seen on 17:24, 14. Jan 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Hotbar

I want to make second hot bar that uses items from a separate inventory.

Last seen on 20:38, 6. Feb 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You'd need to create a…
Wed, 06/28/2023 - 19:38

You'd need to create a custom element for that, and you'd need to know Java to code a custom element. That is not directly possible through MCreator yet, one could make a plugin for it though.

Last seen on 15:36, 11. May 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a gui open…
Fri, 06/30/2023 - 17:43

You could make a gui open with a keybind 

Last seen on 20:38, 6. Feb 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes.. but no. You could do…
Fri, 07/07/2023 - 17:39

Yes.. but no. You could do that but you'd need to make procedures, a HOTBAR is what you described, which is the thing at the bottom with 9 slots and you can't do that yet.

Last seen on 00:35, 17. May 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There also might be a way to…
Wed, 07/12/2023 - 23:10

There also might be a way to store items as variables(make sure it is not on client side or there will be bugs) and you could add a keybinding to swap out you hotbar for the items in the variables, i am pretty sure that you will be able to find more in-depth tutorials on most of the different parts I mentioned if you search for things like changing items in hotbar, keybindings, and variable use.