mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 21:46:42 +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. /🆑
55 lines
931 B
JSON
55 lines
931 B
JSON
{
|
|
"cleanbot0": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot_bucket",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot0",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"cleanbot1": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot_bucket",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot1",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"cleanbot-c": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot_bucket",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot-c",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"bucket_proxy": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cleanbot_bucket",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "bucket_proxy",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|