Obscure Tooltips
Tooltip Frames
Frames are decorative layers drawn on top of panels in tooltips.
Blank Frame
Essentially, it acts as an invisible placeholder.
{
"type": "obscure_tooltips:blank"
}
Nine Sliced Frame
This frame uses a texture divided into 9 sections to automatically stretch and align the corners and edges of the tooltip. You can use the built-in golden_frame.png as a reference for positioning your own textures.
{
"type": "obscure_tooltips:nine_sliced",
"texture_sheet": "obscure_tooltips:textures/gui/golden_frame.png"
}