Rarity color |
Epic |
---|---|
Renewable |
No |
Stackable |
No |
Size |
Height: 0.7 Blocks |
Network ID |
10 |
Drops |
|
Health points |
6 |
A minecart with command block is an impulse[JE only] or repeating[BE & EE only] command block inside a minecart.
Obtaining[]
The minecart with command block is obtainable only using the command /give @s command_block_minecart
, as it has no crafting recipe. It can also be summoned using the command /summon command_block_minecart
. It can be broken like any other minecart, but only the minecart is retained, while the command block is lost.
Usage[]
The minecart with command block combines the functionalities of both minecarts and command blocks. Although the minecart visually contains an impulse command block, it functions more similarly to a repeating command block, and runs its command once every four game ticks when on an active activator rail. When it passes over a detector rail with a comparator connected next to it, it outputs the command block's result.
Sounds[]
Sound | Subtitles | Source | Description | Resource location | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
Minecart rolls | ? | Plays when the minecart is moving | entity.minecart.riding | subtitles.entity.minecart.riding | ? | ? | 16 |
Data values[]
ID[]
Item | Identifier | Form | Translation key |
---|---|---|---|
Minecart with Command Block | command_block_minecart | Item | item.minecraft.command_block_minecart |
Entity | Identifier | Translation key |
---|---|---|
Minecart with Command Block | command_block_minecart | entity.minecraft.command_block_minecart |
Item | Identifier | Numeric ID | Form | Translation key |
---|---|---|---|---|
Minecart with Command Block | command_block_minecart | 563 | Item | item.command_block_minecart.name |
Entity | Identifier | Numeric ID | Translation key |
---|---|---|---|
Minecart with Command Block | command_block_minecart | 100 | entity.command_block_minecart.name |
Entity data[]
Minecarts with command blocks have entity data associated with them that contain various properties of the entity.
- Entity data
- Tags common to all entities
- Tags common to all minecarts
- Command: The command entered into the minecart.
- LastOutput: The last line of output generated by the minecart. Still stored even if the gamerule commandBlockOutput is false. Appears in the GUI of the minecart when right-clicked, and includes a timestamp of when the output was produced.
- SuccessCount: Represents the strength of the analog signal output by redstone comparators attached to this minecart. Only updated when the minecart is activated with an activator rail.
- TrackOutput: 1 or 0 (true/false) - Determines whether the LastOutput is stored. Can be toggled in the GUI by clicking a button near the "Previous Output" textbox. Caption on the button indicates current state: "O" if true,"X" if false.
History[]
Java Edition | |||||
---|---|---|---|---|---|
1.7.2 | 13w39a | ![]() ![]() | |||
1.9 | 15w34a | ![]() | |||
15w35a | ![]() | ||||
1.11 | 16w32a | The entity ID has been changed from MinecartCommandBlock to commandblock_minecart . | |||
1.13 | 17w47a | Prior to The Flattening, this item's numeral ID was 422. | |||
pre5 | The entity ID has been changed to command_block_minecart . | ||||
1.14 | 18w43a | ![]() ![]() | |||
1.17 | 21w20a | Minecart with command block rarity color was changed from common to epic. | |||
Pocket Edition | |||||
1.0.5 | alpha 1.0.5.0 | ![]() ![]() | |||
1.1.0 | alpha 1.1.0.0 | The entity ID has been changed from minecartcommandblock to command_block_minecart . | |||
Bedrock Edition | |||||
1.10.0 | beta 1.10.0.3 | ![]() ![]() |
Issues[]
Issues relating to "Minecart with Command Block" are maintained on the bug tracker. Report issues there.
Gallery[]
A minecart with command block in 1.16.4.
A minecart command block testing the block in the red area with air.