Edit

Block Components Documentation - minecraft:block_entity

Adds per-instance metadata for this block.

Block Entity Properties

Name Default Value Type Description
container not set Container item Adds a container to this block.
dynamic_properties false Boolean true/false Dynamic-properties can store and retrieve variables on a block via scripting, more at https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/blockdynamicpropertiescomponent.

Block Container

Block Container Properties

JSON path: container

Name Default Value Type Description
slot_count not set Integer number Sets the number of slots in the container. Value must be >= 1. Value must be <= 54.