mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-20 05:55:11 +00:00
🆑 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. /🆑
16 lines
225 B
JSON
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"
|
|
}
|
|
]
|
|
}
|