Hi!
I want to draw a string with a black outline like minecraft does when drawing your current level.
Like this:
I tried net.minecraft.util.text.TextFormatting but that didnt provide the features to do this.
Does minecraft/forge provide any tools that provide a greater amount of text formatting than text.TextFormatting or is there another way to do this?
Thank you for trying to help me