Files
Bubberstation/code/datums/greyscale/json_configs/buckets.json
ShizCalev 4933c5018e GAGs Buckets (#70749)
🆑 ShizCalev
qol: Converted buckets (and naturally cleanbots) over to GAGs.
fix: Cleanbots built with a wooden bucket will now properly drop a wooden bucket when destroyed.
/🆑
2022-10-27 21:55:14 -07:00

16 lines
225 B
JSON

{
"bucket": [
{
"type": "icon_state",
"icon_state": "bucket",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "bucket_handle",
"blend_mode": "overlay"
}
]
}