mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
* Adding a GaGs recolourable santa hat. (#80483) * Adding a GaGs recolourable santa hat. --------- Co-authored-by: xXPawnStarrXx <53197594+xXPawnStarrXx@users.noreply.github.com>
17 lines
252 B
JSON
17 lines
252 B
JSON
{
|
|
"santa_hat": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "santa_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "santa_trim",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
}
|
|
]
|
|
}
|