Posted August 29, 20169 yr How to make GUI that only shows texts and buttons that lead to more text, not bound ttile entities or block, and has no inventory.
August 29, 20169 yr Just draw Strings and call the super for the render method. And use events or onItemUse(...)/onItemRightClick(...). And you still need a GuiHandler. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 29, 20169 yr If you only want the GUI to be client-side, you can use the GuiScreen class instead of GuiContainer , and this way you won't need a server-side container. I have no idea what I'm doing.
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.