Files
aaa8c8128b [MIRROR] Fixes labcoats having the wrong sprites when thrown [MDB IGNORE] (#24772)
* Fixes labcoats having the wrong sprites when thrown

* fixes

* Update three_layer_hats.json

---------

Co-authored-by: D4C-420 <75496851+D4C-420@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
2023-12-24 20:44:16 +00:00

55 lines
947 B
JSON

{
"labcoat_job": [
{
"type": "icon_state",
"icon_state": "labcoat_job",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "sash",
"blend_mode": "overlay",
"color_ids": [ 2 ]
},
{
"type": "icon_state",
"icon_state": "shoulder",
"blend_mode": "overlay",
"color_ids": [ 3 ]
},
{
"type": "icon_state",
"icon_state": "back",
"blend_mode": "overlay",
"color_ids": [ 4 ]
}
],
"labcoat_job_t": [
{
"type": "icon_state",
"icon_state": "labcoat_job_t",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "sash_t",
"blend_mode": "overlay",
"color_ids": [ 2 ]
},
{
"type": "icon_state",
"icon_state": "shoulder",
"blend_mode": "overlay",
"color_ids": [ 3 ]
},
{
"type": "icon_state",
"icon_state": "back_t",
"blend_mode": "overlay",
"color_ids": [ 4 ]
}
]
}