Blu3 Posted July 13, 2020 Posted July 13, 2020 (edited) I want to create a gui in 1.16 like this: But I didn't found any tutorial about custom gui. Edited July 13, 2020 by Blu3 Quote
Novârch Posted July 13, 2020 Posted July 13, 2020 On 7/13/2020 at 6:04 AM, Blu3 said: But I didn't found any tutorial about custom gui. Expand You don't need a tutorial to do something, take a look at the vanilla code, I believe it's all in net.minecraft.client.gui Quote It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
Blu3 Posted July 13, 2020 Author Posted July 13, 2020 On 7/13/2020 at 8:46 AM, Novârch said: You don't need a tutorial to do something, take a look at the vanilla code, I believe it's all in net.minecraft.client.gui Expand I looked at the code I don't understand, all the code is like "public void func_1737_v_as(Matrix mouseY)" Quote
Novârch Posted July 13, 2020 Posted July 13, 2020 On 7/13/2020 at 9:49 AM, Blu3 said: public void func_1737_v_as(Matrix mouseY) Expand 1.16 is still in Beta and doesn't have real mappings ready yet, the current mappings are handmade, I honestly recommend you don't use 1.16 yet, but if you really want to you could fire up a Forge 1.15 project and look at the classes there, they're basically the same. Quote It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
Blu3 Posted July 13, 2020 Author Posted July 13, 2020 On 7/13/2020 at 9:53 AM, Novârch said: 1.16 is still in Beta and doesn't have real mappings ready yet, the current mappings are handmade, I honestly recommend you don't use 1.16 yet, but if you really want to you could fire up a Forge 1.15 project and look at the classes there, they're basically the same. Expand Thx, now I need to open this gui with command, but I will publish another topic for that. Quote
Novârch Posted July 13, 2020 Posted July 13, 2020 On 7/13/2020 at 6:21 PM, Blu3 said: Thx, now I need to open this gui with command, but I will publish another topic for that. Expand Neat, I'll try to help you with that one, Brigadier command syntax is incredible. Quote It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
Blu3 Posted July 13, 2020 Author Posted July 13, 2020 On 7/13/2020 at 6:22 PM, Novârch said: Neat, I'll try to help you with that one, Brigadier command syntax is incredible. Expand Here is the new topic. Quote
Recommended Posts
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.