Status Bar Texture
Replaces the status bar textures (health, hunger, air, experience, etc.) with a specified sprite sheet.
Type ID: origins:status_bar_texture
Fields
| Field | Type | Default | Description |
|---|---|---|---|
texture |
Identifier | The namespace and ID of the sprite sheet to replace the default one with. Here's what the vanilla sprite sheet looks like. |
Examples
{
"type": "origins:status_bar_texture",
"texture": "example:textures/gui/custom_thing.png"
}
This example will replace the status bar textures with the example:textures/gui/custom_thing.png (assets/example/textures/gui/custom_thing.png) sprite sheet.