mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-12 18:20:09 +01:00
4f4ec92c72
* you can now cut off pieces of tape and tape people's mouths shut. Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"tape": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "tape",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "roll",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
}
|
|
]
|
|
}
|