mcutils:pottable
Makes this item pottable.
WARNING
This component has been removed in 0.0.6 in favor of minecraft:flower_pottable
Component
Options
| Name | Type | Default | Description |
|---|---|---|---|
block | string | ||
flower_pot | string | flower_pot |
Examples
Flower
json
{
"format_version": "1.21.120",
"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.120",
"minecraft:item": {
"description": {
"identifier": "wiki:custom_sapling"
},
"components": {
"mcutils:pottable": {
"block": "wiki:potted_sapling",
"flower_pot": "minecraft:flower_pot"
}
}
}
}