|
|
(No se muestran 2 ediciones intermedias de 2 usuarios) |
Línea 1: |
Línea 1: |
− | {{Traducir}}
| + | #REDIRECT [[Vagoneta con bloque de comandos]] |
− | | |
− | {{Item
| |
− | |tipo=Vehiculos
| |
− | |renovable=Si
| |
− | |apilable=No
| |
− | |id=40
| |
− | |entityid=MinecartCommandBlock
| |
− | |drops={{ItemLink|Minecart}} (1)
| |
− | |health={{hp|6}}
| |
− | |firstver=1.7.2
| |
− | |firstdev=13w39a
| |
− | |datos=422
| |
− | |nameid=command_block_minecart
| |
− | }}
| |
− | | |
− | The '''Minecart with Command Block''' is a [[Bloque de Comandos]] inside a [[Vagoneta]], having the combined functionality of both. It can be activated by powered [[Raíl Activador]].
| |
− | | |
− | == Obtención ==
| |
− | | |
− | Much like regular command blocks, the minecart with command block is only obtainable using {{Command|give}} (using "minecraft:command_block_minecart") or external tools. It can also be obtained through {{Command|summon}}, like the other different types of [[Vagoneta]] can.
| |
− | | |
− | == Uso ==
| |
− | | |
− | The minecart with command block is used to run commands and travel. It can be more useful than a [[Bloque de Comandos]] in some situations, and less useful in others. For an example, a benefit of command block minecarts is that you do not need to give it input from a [[Clock circuit]]; for as long as it is powered, it will repeatedly run the command, once every four [[tick|game ticks]] (five times per second). Relative coordinates can be very useful in Minecart Command Block commands. For example, giving the XYZ as "~6 ~2 ~0" (without the quote marks) means "the block that is 6 South and 2 up from the minecart's current location". Since the minecart's location is constantly changing, a setblock command using relative coordinates can draw a wall (poorly, with gaps).
| |
− | | |
− | == Historia ==
| |
− | | |
− | {{History|r}}
| |
− | {{History||1.7.2|rowspan=2|snap=13w39a|Añadido Vagoneta con Bloque de Comandos.}}
| |
− | {{History|||snap=13w39b|Cambio de nombre de "minecraft:hopper_command_block" a "minecraft:command_block_minecart" en el comando {{Command|give}}.}}
| |
− | {{History|foot}}
| |
− | | |
− | == Trucos ==
| |
− | | |
− | * [[Vagoneta]] with Command Blocks will repeatedly execute their command when on a powered activator rail, unlike the regular [[Bloque de Comandos]] which executes its command only once until it is powered again.
| |
− | * When broken, the Minecart with Command Block will only drop a Minecart rather than both a Minecart and Command Block.
| |
− | * Minecarts with Command Blocks do work with comparators; they will output a signal when they are hooked up to a detector rail that has a Minecart with Command Block that successfully ran a command the last time it was activated via a powered activator rail. Unfortunately this means that you can't use it and the "clock circuit effect" together (because the cart can either be on a detector rail or an activator rail, not both at the same time).
| |
− | * Unlike the regular command block an explosion will destroy the Minecart with Command Block. This may be because the cart itself is vulnerable or a limitation of the fact that the code counts it as an entity.
| |