mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 21:46:42 +00:00
29 lines
448 B
JSON
29 lines
448 B
JSON
{
|
|
"base": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_mouth",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"base_dead": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_dead",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_dead_mouth",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|