mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-20 22:16:51 +00:00
26 lines
432 B
JSON
26 lines
432 B
JSON
{
|
|
"map_flower": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_petal",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_receptacle",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_filament",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_anthers",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|