mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
This adds a unit test which goes through all items and makes sure all the icon states needed are in the greyscale configurations, if it has one.
16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"screwdriver_map": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "screwdriver",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "screwdriver_screwybits",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|