#(Servlet) Working with ResourcePacks and GUIs

29 messages · Page 1 of 1 (latest)

frail hazel
#

I was wondering where do people learn how to use the negative spaces, custom UI, etc etc in ResourcePacks?

I've seen Pobab's work and its amazing how he converts Chest title message into images with specific layouts.

I've also noticed that people are using translations in their packs so that it won't affect the main characters used in chatting or labels.

Where should I start with these?
I've only learned how to make models/textures and add them into item custom model data but not really had a firm grasp with substitutions.

velvet compassBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

weary inlet
#

Mcmodels has some good tutorials

frail hazel
#

seems like they don't have the ones for custom UI using character substitution but this one I've never tried before!

frank raptor
#

!g resource pack

pastel lotusBOT
frank raptor
#

The guide has a section about custom inventory GUIs ^

weary inlet
# frail hazel seems like they don't have the ones for custom UI using character substitution b...

they do have a guide about using it in oraxen, but the process is the same without it https://mcmodels.net/how-to-tutorials/oraxen-tutorials-guides/how-to-create-custom-guis-using-oraxen/

you can use that, or !g resource pack

Creating custom GUIs can be confusing at first, but it’s actually quite simple. Continue reading to see how! Step 1: Create your GUI For this example, we will be creating a GUI with a size of 9 (one row). You can find the base texture files for each GUI size through the button below. You […]

frail hazel
#

oh damn now thats what I'm talking about!
Thanks 0Tick and Aya!

frail hazel
#

Any resource for Vertical text alignments? I've been snooping but no avail

brave trellis
#

it all has to be pre-done in the fonts file, you can't dynamically space them

frail hazel
#

Hm I kinda guessed that part. With fonts having ascent property I'm able to move the words up and down but seems like it has a limitation as such:

#

the letters gets cut off

#

wait, I might be doing this wrong

#

ah I got it! I just had to place another clear image to show the text properly!

weary inlet
#

gg

frail hazel
#

I can finally head to bed with this.
Thanks fellas for the help!
Hopefully for anyone who stumbles on this looking for answers, this can help them.