mcutils:tile_entity
Vanilla tile entity block behavior. (Like; chests, barrels)
Component
Options
Name | Type | Default | Description |
---|---|---|---|
entity | string |
Examples
Chest
json
{
"format_version": "1.21.100",
"minecraft:block": {
"description": {
"identifier": "wiki:custom_chest"
},
"components": {
"mcutils:tile_entity": {
"entity": "wiki:chest"
}
}
}
}