mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
31 lines
512 B
JSON
31 lines
512 B
JSON
{
|
|
"ushanka_gagup": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "ushanka_fur",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [1]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "ushanka_base_up",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [2]
|
|
}
|
|
],
|
|
"ushanka_gagdown": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "ushanka_fur",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [1]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "ushanka_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [2]
|
|
}
|
|
]
|
|
}
|