Java Edition 1.21.11 item

Command Block

Command Block identifiers, stack size and item properties for Java Edition 1.21.11. Use this version-pinned reference when comparing releases or writing commands.

Command Block — representative authorized Minecraft assetCommand Block
Image source: Minecraft Wiki
Namespaced ID
minecraft:command_block
Numeric ID
454
Stack size
64

Version-specific item details

In Java Edition 1.21.11, this item uses the internal name minecraft:command_block and numeric protocol ID 454. It stacks to 64.

Command reference

/give @p minecraft:command_block 64
/give
Gives an item to the selected target.
@p
The nearest player to where the command runs.
minecraft:command_block
The version-pinned textual identifier for Command Block.
64
The number of items to give.

Modern namespaced commands normally use the textual identifier. Numeric IDs are shown for data comparison and protocol work, not as a recommendation for modern command syntax.

Compare supported versions

Versions where this identifier does not exist return a real 404. Numeric IDs are protocol data and can change between releases.

Related content