mcutils:pottable
Makes this item pottable.
Component
Options
Name | Type | Default | Description |
---|---|---|---|
block | string | ||
flower_pot | string | flower_pot |
Examples
Flower
json
{
"format_version": "1.21.100",
"minecraft:item": {
"description": {
"identifier": "wiki:custom_flower"
},
"components": {
"mcutils:pottable": {
"block": "wiki:potted_flower",
"flower_pot": "minecraft:flower_pot"
}
}
}
}
Sapling
json
{
"format_version": "1.21.100",
"minecraft:item": {
"description": {
"identifier": "wiki:custom_sapling"
},
"components": {
"mcutils:pottable": {
"block": "wiki:potted_sapling",
"flower_pot": "minecraft:flower_pot"
}
}
}
}