Diferencia entre revisiones de «Vagoneta con Bloque de Comandos»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 16: | Línea 16: | ||
}} | }} | ||
The '''Minecart with Command Block''' is a [[ | 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 == | == Obtención == | ||
| Línea 24: | Línea 24: | ||
== Uso == | == Uso == | ||
The minecart with command block is used to run commands and travel. It can be more useful than a [[ | 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 == | == Historia == | ||
{{History|r}} | {{History|r}} | ||
{{History||1.7.2|rowspan=2|snap=13w39a|Añadido Vagoneta con | {{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|||snap=13w39b|Cambio de nombre de "minecraft:hopper_command_block" a "minecraft:command_block_minecart" en el comando {{Command|give}}.}} | ||
{{History|foot}} | {{History|foot}} | ||
| Línea 35: | Línea 35: | ||
== Trucos == | == Trucos == | ||
* [[Vagoneta]] with Command Blocks will repeatedly execute their command when on a powered activator rail, unlike the regular [[ | * [[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. | * 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). | * 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. | * 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. | ||