Started by
Lendill
on
Topic category: Help with MCreator software
I want to create a gui from which you can select blocks. There will be a bunch of blocks being legit to call the procedure to open the gui (a ton of blocks).
What would be better:
- Make several procedures that are called by several keybindings to check if the required block is in the main hand of the player. (as the number of keys are limited i would use the same key for all keybindings)
or
- one gigantic procedure.
so, basically what you want to do is give the player a block if they have it on main hand?
Not exactly.
Imagine you have iron ore in your mainhand. When you are in creative, press the assigned button:
it opens a menu where it shows you all other ore and you can pick them to your inventory.
I see, well you have 2 options. Coding or Making multiple Guis