mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00:00
* Adds two suits and one hat based on moth lore and culture, available at the clothesmate. They are set up with GAGS and can be freely recolored * Adds one curator bundle based on construction, themed after moth engineers. It gives a few tools, materials, and a suit with hidden pockets
16 lines
232 B
JSON
16 lines
232 B
JSON
{
|
|
"mothcoat": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "mothcoat",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "mothcoat_details",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|