Posted October 15, 20186 yr I can't find any 1.10.2 tutorial to make a custom GUI. Do anyone know about a 1.10.2 tutorial? Edited October 15, 20186 yr by toocrazy
October 15, 20186 yr I don't think it has changed much for several versions. Most tutorials should work or be close enough to work for 1.10.2. There are pretty much two types of GUI, ones with a container attached (i.e. have slots like an inventory or crafting table) and basic GUI which just display some information and interact with buttons. In either case, you basically just make your own class that extends GuiScreen (or a relevant subclass that is similar to what you want) and just open it for the player when it makes sense (interacting with a block, or pressing a key bind or whatever). But it really depends on what you're trying to do. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
October 15, 20186 yr 1 hour ago, toocrazy said: I can't find any 1.10.2 tutorial to make a custom GUI. Do anyone know about a 1.10.2 tutorial? Guis haven't changed much if at all between past versions and now, so basically any tutorial is a good starting place. If you want more specific help, can you ask more specific questions? Edit: Wow, ok did not even get these messages until after I exited and reloaded the topic. Edited October 15, 20186 yr by Animefan8888 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.
October 15, 20186 yr 17 minutes ago, toocrazy said: I want to make a custom furnace Take a look at GuiFurnace. 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.
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.