Obscure Tooltips

Tooltip Icons

Updated May 17, 2026

Edit on GitHub

Blank Icon

Essentially, it acts as an invisible placeholder.

JSON Example
{
  "type": "obscure_tooltips:blank"
}

Static Icon

See Transform for more details.

JSON Example
{
  "type": "obscure_tooltips:static",
  "transform": {
    "offset": [ 0.0, 0.0, 0.0 ],
    "scale": 1.0,
    "rotation": 0.0
  }
}

Accent Icon

JSON Example
{
  "type": "obscure_tooltips:accent",
  "transform": {
    "offset": [ 0.0, 0.0, 0.0 ],
    "scale": 1.0,
    "rotation": 0.0
  }
}

Accent Spin Icon

JSON Example
{
  "type": "obscure_tooltips:accent_spin",
  "transform": {
    "offset": [ 0.0, 0.0, 0.0 ],
    "scale": 1.0,
    "rotation": 0.0
  }
}

Accent Burst Icon

JSON Example
{
  "type": "obscure_tooltips:accent_burst",
  "transform": {
    "offset": [ 0.0, 0.0, 0.0 ],
    "scale": 1.0,
    "rotation": 0.0
  }
}