Minecart with Command Block

(Redirected from Minecart with command block)
Jump to navigation Jump to search
Minecart with Command Block
Rarity tier
  • Epic ‌[JE only]
  • Common ‌[BE only]
Renewable

No

Stackable

No

Size

Height: 0.7 blocks
Width: 0.98 blocks

Drops
Health points

6HP♥♥♥

A minecart with command block is an impulse‌[JE only] or repeating‌[BE & edu only] command block inside a minecart.

Obtaining[edit | edit source]

The minecart with command block is obtainable only using the command /give @s command_block_minecart, as it does not appear in the creative inventory‌[Bedrock Edition only] and 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.

Unlike most minecart types, command block minecarts can't be crafted with a minecart and a command block.

Usage[edit | edit source]

Main article: Command Block

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, executing the command once every four game ticks (unlike a repeating command block that repeats every 1 game tick) 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 success count value.

The command is executed at the coordinates of the minecart, which can of course move, allowing for command execution relative to an entity without the /execute command.

Sounds[edit | edit source]

Java Edition:
Minecarts with command blocks use the Friendly Creatures sound category for entity-dependent sound events.[sound 1]

[hide]Sounds
SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
​Minecart rollsFriendly Creatures [sound 1]While a minecart with command block is movingentity.minecart.ridingsubtitles.entity.minecart.riding0.0-0.35 [sound 2]0.0-1.0 [sound 3]16
  1. Jump up to: a b MC-42132
  2. Relates linearly with horizontal velocity (max 0.5)
  3. Will increase by 0.0025 per tick if the minecart's horizontal velocity is more than 0.01

Bedrock Edition:

[hide]Sounds
SoundSourceDescriptionResource locationVolumePitch
Friendly CreaturesWhile a minecart with command block is movingminecart.base??

Data values[edit | edit source]

ID[edit | edit source]

Java Edition:

ItemIdentifierForm[hide]Translation key
ItemSprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft Minecart with Command Blockcommand_block_minecartItemitem.minecraft.command_block_minecart
EntityIdentifier[hide]Translation key
EntitySprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft Minecart with Command Blockcommand_block_minecartentity.minecraft.command_block_minecart

Bedrock Edition:

ItemIdentifierNumeric ID Form[hide]Translation key
ItemSprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft Minecart with Command Blockcommand_block_minecart563Itemitem.command_block_minecart.name
EntityIdentifierNumeric ID [hide]Translation key
EntitySprite minecart-with-repeating-command-block.png: Sprite image for minecart-with-repeating-command-block in Minecraft Minecart with Command Blockcommand_block_minecart100entity.command_block_minecart.name

Entity data[edit | edit source]

Minecarts with command blocks have entity data associated with them that contain various properties of the entity.

Java Edition:

Main article: Entity format
  • [NBT Compound / JSON Object] Entity data
    • Tags common to all entities see Template:Nbt inherit/entity/template[show]
    • Tags common to all minecarts see Template:Nbt inherit/vehicle/template[show]
    • [String] Command: The command entered into the minecart.
    • [String] 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.
    • [Int] 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.
    • [Boolean] 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.

Bedrock Edition:

See Bedrock Edition level format/Entity format.

History[edit | edit source]

[hide]Java Edition
1.7.213w39a Added minecart with command block.
1.915w34a The texture of the command block in the minecart has been removed due to the new texture and types for the command block.
15w35a The texture of the command block has been changed.
1.1418w43a The textures of the minecart with command block has been changed.
1.1721w20aMinecart with command block rarity color was changed from common to epic.
1.19.322w44aMinecart with command block is now available in the creative inventory, but only if cheats are enabled.
22w45aMoved the minecart with command block behind the Operator Utilities tab in the creative inventory. The tab is only available if cheats are enabled and the "Operator Items Tab" option in the controls menu is turned on.
[hide]Pocket Edition
1.0.5alpha 1.0.5.0 Added minecart with command block. The minecart has a repeating command block in it, instead of an impulse command block.
[hide]Bedrock Edition
1.10.0beta 1.10.0.3 The texture of the minecart with command block has been changed. The item texture has also been changed to match Java Edition's.[1]
[hide]Legacy Console Edition
Xbox 360Xbox OnePS3PS4PS VitaWii USwitch
TU31CU191.221.221.22Patch 31.0.1Added minecart with command blocks. This only exists as an item, as placing it will result in a normal minecart being placed. The command block in the minecart cannot be modified via NBT editing and it has an unused description stating "Used to execute commands on the move!".[is this the correct version?]

Data history[edit | edit source]

[hide]Java Edition
1.1116w32aThe entity ID has been changed from MinecartCommandBlock to commandblock_minecart.
1.1317w47aPrior to The Flattening, this item's numeral ID was 422.​[more information needed]
pre5The entity ID has been changed to command_block_minecart.
[hide]Pocket Edition
1.1.0alpha 1.1.0.0The entity ID has been changed from minecartcommandblock to command_block_minecart.

Issues[edit | edit source]

Issues relating to "Minecart with Command Block" are maintained on the bug tracker. Issues should be reported and viewed there.

Gallery[edit | edit source]

Screenshots[edit | edit source]

References[edit | edit source]

Navigation[edit | edit source]