VOOZH about

URL: https://minecraft.wiki/w/Minecarts_with_command_blocks

⇱ Minecart with Command Block – Minecraft Wiki


Minecart with Command Block

From Minecraft Wiki
(Redirected from Minecarts with command blocks)
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πŸ‘ ❀️
πŸ‘ ❀️
πŸ‘ ❀️
{
 "title": "Minecart with Command Block",
 "rows": [
 {
 "field": "\n* Epic β€Œ<sup class=\" nowrap Inline-Template \" title=\"\">[<i><span title=\"This statement only applies to Java Edition\">(link to Java Edition article, displayed as JE) only</span></i>]</sup>\n* Common β€Œ<sup class=\" nowrap Inline-Template \" title=\"\">[<i><span title=\"This statement only applies to Bedrock Edition\">(link to Bedrock Edition article, displayed as BE) only</span></i>]</sup>",
 "label": "(link to Rarity article, displayed as Rarity tier)"
 },
 {
 "field": "No",
 "label": "(link to Renewable resource article, displayed as Renewable)"
 },
 {
 "field": "No",
 "label": "Stackable"
 },
 {
 "field": "Height: 0.7 blocks<br>Width: 0.98 blocks",
 "label": "Size"
 },
 {
 "field": "\n* <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:ItemSprite minecart.png article, displayed as 16x16px|link=Minecart|alt=|class=pixel-image|)</span>(link to Minecart article, displayed as <span class=\"sprite-text\">Minecart</span>)</span> (1)",
 "label": "(link to Drops#Common drops article, displayed as Drops)"
 },
 {
 "field": "6<span class=\"hidden-alt-text\">HP</span><span class=\"nowrap mc-hearts\"><span class=\"iconbar pixel-image nowrap\" style=\"--icon-offset:-1px;\" title=\"3 hearts\">(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❀️)(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❀️)(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❀️)</span></span>",
 "label": "(link to Health article, displayed as Health points)"
 }
 ],
 "invimages": [
 "Minecart with Command Block"
 ],
 "images": [
 "Minecart with Command Block.gif",
 "Minecart with Command Block BE.gif"
 ]
}

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 in Java Edition, 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]

Sounds
SoundClosed captionsSourceDescriptionIdentifierTranslation keyVolumePitchAttenuation
distance
​Minecart rollsFriendly Mobs [sound 1]While a minecart with command block is movingentity.minecart.ridingsubtitles.entity.minecart.riding​0.0–0.35 [sound 2]0.0–1.0 [sound 3]16
  1. ↑ 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:

Sounds
SoundClosed captionsSourceDescriptionIdentifierTranslation keyVolumePitch
​ ?Friendly MobsWhile a minecart with command block is movingminecart.base​ ???

Data values

[edit | edit source]

Java Edition:

ItemIdentifierForm Translation key
πŸ‘ ItemSprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft
Minecart with Command Block
command_block_minecartItem item.minecraft.command_block_minecart
EntityIdentifier Translation key
πŸ‘ EntitySprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft
Minecart with Command Block
command_block_minecart entity.minecraft.command_block_minecart

Bedrock Edition:

ItemIdentifierNumeric ID Form Translation key
πŸ‘ ItemSprite minecart-with-command-block.png: Sprite image for minecart-with-command-block in Minecraft
Minecart with Command Block
command_block_minecart563Item item.command_block_minecart.name
EntityIdentifierNumeric ID FamilyTranslation key
πŸ‘ EntitySprite minecart-with-repeating-command-block.png: Sprite image for minecart-with-repeating-command-block in Minecraft
Minecart with Command Block
command_block_minecart100 inanimate
minecart
entity.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
    • Tags common to all minecarts see Template:Nbt inherit/vehicle/template
    • [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]

Java Edition

[edit | edit source]
Java Edition
1.7.213w39aπŸ‘ Image
πŸ‘ Image
Added minecart with command block.
1.915w34aπŸ‘ Image
The texture of the command block in the minecart has been removed[verify] due to the new texture and types for the command block.
15w35aπŸ‘ Image
The texture of the command block has been changed.
1.1418w43aπŸ‘ Image
πŸ‘ Image
The textures of the minecart with command block has been changed.
1.1721w20aThe rarity of minecarts with command block has been 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.

Bedrock Edition

[edit | edit source]
Pocket Edition
1.0.5alpha 1.0.5.0πŸ‘ Image
πŸ‘ Image
Added minecart with command block. The minecart has a repeating command block in it, instead of an impulse command block.
Bedrock Edition
1.10.0beta 1.10.0.3πŸ‘ Image
πŸ‘ Image
The texture of the minecart with command block has been changed. The item texture has also been changed to match Java Edition's.[1]

Legacy Console Edition

[edit | edit source]
Legacy Console Edition
Xbox 360Xbox OnePS3PS4PS VitaWii USwitch
TU31CU191.221.221.22Patch 31.0.1Added minecart with command blocks. They are only obtainable through inventory editors.[is this the correct version?]

Data history

[edit | edit source]

Java Edition

[edit | edit source]
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, and the entity's numeral ID was 40.
pre5The entity ID has been changed to command_block_minecart.

Bedrock Edition

[edit | edit source]
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]
Retrieved from "https://minecraft.wiki/w/Minecart_with_Command_Block?oldid=3637168"

Navigation menu