Posted September 20, 20205 yr So I want to move the hot bar from its current position to be vertical on one of the sides and I understand that in order to do that I have to remove the vanilla hotbar(which I have done) and create a new one. How would I go about doing this? I have searched through the External Libraries of Forge but I am unable to find anything about the hot bar. Any help is appreciated thanks in advance!
September 20, 20205 yr I think what you are searching for is inside the IngameGui class Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
September 21, 20205 yr Author 19 hours ago, Beethoven92 said: I think what you are searching for is inside the IngameGui class I see what you are saying but the method I would use is private
September 21, 20205 yr What method would you want to use? I pointed you toward that class for code reference, not to actually use one of its methods...just wanted you to take a look at how the vanilla horizontal Hotbar is renderer and figure out how to create a vertical one. Anyway if you really need to use a private method, you can use access transformers and change the method visibility to public Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.