Obscure Tooltips

Tooltip Frames

Updated May 17, 2026

Edit on GitHub

Frames are decorative layers drawn on top of panels in tooltips.

Blank Frame

Essentially, it acts as an invisible placeholder.

JSON Example
{
  "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.

JSON Example
{
  "type": "obscure_tooltips:nine_sliced",
  "texture_sheet": "obscure_tooltips:textures/gui/golden_frame.png"
}