mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 07:26:05 +00:00
23 lines
350 B
JSON
23 lines
350 B
JSON
{
|
|
"shorts": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "buckle",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "belt",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "shorts",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 3 ]
|
|
}
|
|
]
|
|
}
|