Started by
AsbjørnTheModder
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I am relatively new, i have watched around 50 hours worth of youtube videos, spent the same amount of time trying to experiment, but i cant figure out how to do this, so please help, i think i've stared myself blind in this problem.
- The GUI should appear when the button C is Pressed (This one is simple)
- The GUI should resemble the ITEM hotbar, but at the top of the screen.
- When button 1 through 9 is pressed, different abilities are activated.
- Also, when C is pressed, you enter 3rd person view
How do i make this work with procedures? I have tried many different approaches, but with my knowledge i lack the skill to make it work. Any help?
Do you mean an overlay? GUIs prevent movement.
Yes sir. 😁
check my profile please
You have my deepest apologies, english isn't my native language, so i am using assisted translate. Sorry again.
What you want is quite complex, you'd have to add a new image to the gui for each ability for each slot....
So if you have just 4 abilities like you'd end up having to add 36 images to one gui....
Yes, but i was considering making the abilities as items, so that when used they activate, and are interchangeable. I just need the hotbar overlay, and the the procedure that would Activate the item, as if they were right clicked.
If you make them actual items it'd be super easy, just use one of these triggers in your item,