Posted August 8, 20187 yr Hey, i want to know how i can create a GUI with a lot of text, the text should be scrollable though because its really long.
August 8, 20187 yr 1 hour ago, Timeraa said: Hey, i want to know how i can create a GUI with a lot of text, the text should be scrollable though because its really long. Take a look at GuiContainerCreative, it has a scroll wheel, but it is for slots, but the concept should still be the same. 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 10, 20187 yr Author So if i understand that right i need to basically create my own scroll view? Like i draw all strings under each other and when i scroll i just change their drawing position?
August 10, 20187 yr 2 hours ago, Timeraa said: So if i understand that right i need to basically create my own scroll view? Like i draw all strings under each other and when i scroll i just change their drawing position? Yup. That is how all scroll wheels work. But you will also want to stop drawing objects at a certain point so they dont go off of your gui. 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.