Minecraft:Target: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 8: | Line 8: | ||
|renewable=Yes | |renewable=Yes | ||
|stackable=Yes (64) | |stackable=Yes (64) | ||
|flammable={{ | |flammable={{jebe|Yes (15)|No}} | ||
|lavasusceptible={{ | |lavasusceptible={{jebe|Yes|No}} | ||
}} | }} | ||
A '''target''' is a [[Minecraft:block]] that produces a temporary redstone signal when hit by a projectile. Unlike most other conductive blocks, it also redirects adjacent redstone dust toward it. | A '''target''' is a [[Minecraft:block]] that produces a temporary redstone signal when hit by a [[Minecraft:projectile]]. Unlike most other conductive blocks, it also redirects adjacent [[Minecraft:redstone dust]] toward it. | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
Targets can be mined using any [[Minecraft:tool]] or by hand, but using a [[Minecraft:hoe]] is the fastest way to break it. | Targets can be [[Minecraft:breaking|mined]] using any [[Minecraft:tool]] or by hand, but using a [[Minecraft:hoe]] is the fastest way to break it. | ||
{{ | {{breaking row|horizontal=1|Target|Hoe|Any}} | ||
=== Natural generation === | === Natural generation === | ||
In ancient cities, a single target can be found integrated into circuitry within a secret room at the city center. | In [[Minecraft:ancient cities]], a single target can be found integrated into circuitry within a secret room at the city center. | ||
=== Crafting === | === Crafting === | ||
| Line 33: | Line 33: | ||
== Usage == | == Usage == | ||
Targets emit a [[Minecraft:redstone]] signal when hit by | Targets emit a [[Minecraft:redstone]] signal when hit by [[Minecraft:projectile]]s. The closer a projectile is to the center of the [[Minecraft:block]], the stronger the redstone signal that is produced. | ||
The following projectiles can activate a target block: | The following projectiles can activate a target block: | ||
* {{ | * {{EntityLink|Arrow}} | ||
* {{ | * {{EntityLink|Bottle o' Enchanting}} | ||
* {{ | * {{EntityLink|Dragon Fireball}} | ||
* {{ | * {{EntityLink|Egg}} | ||
* {{ | * {{EntityLink|Ender Pearl}} | ||
* {{ | * {{EntityLink|Fireball}} | ||
* {{ | * {{EntityLink|Firework Rocket}} (including when boosting a [[Minecraft:gliding]] player)<ref>{{ytl|jvtgn1jg3hc|Hermitcraft 9 Ep 44: Scarland's MEGA Entrance Build!! @ 4:42|GoodTimesWithScar|August 15, 2023|t=282}}</ref> | ||
* {{ | * {{EntityLink|Fishing Bobber}} | ||
* {{ | * {{EntityLink|Lingering Potion}} | ||
* {{ | * {{EntityLink|Llama Spit}} | ||
* {{ | * {{EntityLink|Shulker Bullet}} | ||
* {{ | * {{EntityLink|Snowball}} | ||
* {{ | * {{EntityLink|Small Fireball}} | ||
* {{ | * {{EntityLink|Splash Potion}} | ||
* {{ | * {{EntityLink|Trident}} | ||
* {{ | * {{EntityLink|Wind Charge}} | ||
* {{ | * {{EntityLink|Wither Skull}} | ||
=== Redstone component === | === Redstone component === | ||
[[File:Targets redirecting redstone.png|thumb|Targets redirecting redstone toward themselves]] | [[File:Targets redirecting redstone.png|thumb|Targets redirecting redstone toward themselves]] | ||
When struck by most projectiles, the target emits redstone power for {{ | When struck by most projectiles, the target emits redstone power for {{convert|8|gt|s}}. [[Minecraft:Arrow]]s and [[Minecraft:trident]]s instead cause the target to emit power for {{convert|20|gt|s}}, similar to [[Minecraft:stone button]]s. A target can be hit with any of the projectiles mentioned above. | ||
The strength of the signal depends on how close the projectile is to the center of the block, from 1 to 15. | The strength of the signal depends on how close the projectile is to the center of the block, from 1 to 15. | ||
{{ | {{IN|java}}, the target changes its <code>power</code> state when hit, meaning that an [[Minecraft:observer]] can detect if the target has been hit and has produced a redstone signal.<ref>{{bug|MCPE-84391||Observers don't detect target block updates}}</ref> | ||
Being a power source, a target redirects adjacent redstone | Being a power source, a target redirects adjacent [[Minecraft:redstone wire]]s to point to itself. As targets are also [[Minecraft:conductive]], this property can be used to compact redstone circuits. | ||
== Sounds == | == Sounds == | ||
{{ | {{Sound table/Block/Grass}} | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 79: | Line 79: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 92: | Line 92: | ||
=== Block states === | === Block states === | ||
{{ | {{edition|java}}: | ||
{{bst|power|0|0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15|Redstone power output of the target.|foot=1}} | {{bst|power|0|0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15|Redstone power output of the target.|foot=1}} | ||
== Achievements == | == Achievements == | ||
{{ | {{load achievements|Bullseye}} | ||
== Advancements == | == Advancements == | ||
{{ | {{load advancements|Bullseye}} | ||
== Videos == | == Videos == | ||
{{ | {{yt|Cis0-lqskX8}} | ||
== History == | == History == | ||
=== Reveal === | === Reveal === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine||September 28, 2019|link={{ | |{{HistoryLine||September 28, 2019|link={{ytl|OZqNaEX8208}}|[[File:Target JE1 BE1.png|32px]] The target block is showcased at [[Minecraft:Minecon Live 2019]].}} | ||
}} | }} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{ | |{{HistoryLine||1.16|dev=20w09a|[[File:Target JE1 BE1.png|32px]] Added targets.}} | ||
|{{ | |{{HistoryLine|||dev=20w10a|Targets are now flammable. | ||
|Targets can now be activated by ender | |Targets can now be activated by [[Minecraft:ender pearl]]s and [[Minecraft:bottles o' enchanting]].}} | ||
|{{ | |{{HistoryLine|||dev=20w11a|Targets can now be [[Minecraft:breaking|broken]] faster using [[Minecraft:hoe]]s.}} | ||
|{{ | |{{HistoryLine|||dev=20w18a|Targets now conduct redstone power.}} | ||
|{{ | |{{HistoryLine||1.19|dev=22w13a|Targets now generate in [[Minecraft:ancient cities]].}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.16.0|dev=beta 1.16.0.51|exp=Experimental Gameplay|[[File:Target JE1 BE1.png|32px]] Added targets. | ||
|Targets are currently available only through Experimental Gameplay.}} | |Targets are currently available only through [[Minecraft:Experimental Gameplay]].}} | ||
|{{ | |{{HistoryLine||1.16.0|dev=beta 1.16.0.57|Targets are no longer behind [[Minecraft:Experimental Gameplay]].|Targets can now be [[Minecraft:breaking|broken]] faster using [[Minecraft:hoe]]s.}} | ||
|{{ | |{{HistoryLine||1.17.30|dev=beta 1.17.20.20|Targets are no longer transparent.}} | ||
|{{ | |{{HistoryLine||1.19.0|dev=beta 1.19.0.26|Targets now generate in [[Minecraft:ancient cities]].}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{Issue list}} | ||
== Gallery == | == Gallery == | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
TargetBlock.png|The target block shown at MINECON Live 2019. | TargetBlock.png|The target block shown at [[Minecraft:MINECON Live 2019]]. | ||
The Perfect Shot.png|An [[Minecraft:arrow]] at the center of a target block | The Perfect Shot.png|An [[Minecraft:arrow]] at the center of a target block | ||
</gallery> | </gallery> | ||
| Line 143: | Line 143: | ||
=== In other media === | === In other media === | ||
<gallery> | <gallery> | ||
File:Botw-target-header.png|Render of targets used for Block of the Week | File:Botw-target-header.png|Render of targets used for [[Minecraft:Block of the Week]] | ||
File:Target Artwork.png|Official target block artwork. | File:Target Artwork.png|Official target block artwork. | ||
File:Target icon.png|Sprite of a target block used for [[Minecraft:Minecraft Education]] | File:Target icon.png|Sprite of a target block used for [[Minecraft:Minecraft Education]] | ||
File:Meet the Mobs Chick scene.jpg|An attraction at [[Minecraft:Meet the Mobs]] using a [[Minecraft:slab]]-like target block | |||
</gallery> | </gallery> | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== External links == | == External links == | ||
*{{Mcnet|block-week--target|Block of the Week: Target|June 18, 2020|Duncan Geere}} | *{{Mcnet|block-week--target|Block of the Week: Target|June 18, 2020|[[Minecraft:Duncan Geere]]}} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox redstone|components}} | ||
{{ | {{Navbox blocks|Utility}} | ||
[[Category:Manufactured blocks]] | [[Category:Manufactured blocks]] | ||
| Line 162: | Line 163: | ||
[[Category:Flammable blocks]] | [[Category:Flammable blocks]] | ||
de:Zielblock | [[Minecraft:de:Zielblock]] | ||
es:Diana | [[Minecraft:es:Diana]] | ||
fr:Cible | [[Minecraft:fr:Cible]] | ||
ja:的 | [[Minecraft:ja:的]] | ||
ko:과녁 | [[Minecraft:ko:과녁]] | ||
pl:Tarcza strzelecka | [[Minecraft:pl:Tarcza strzelecka]] | ||
pt:Alvo | [[Minecraft:pt:Alvo]] | ||
ru:Мишень | [[Minecraft:ru:Мишень]] | ||
uk:Мішень | [[Minecraft:uk:Мішень]] | ||
zh:标靶 | [[Minecraft:zh:标靶]] | ||
Latest revision as of 11:10, 25 July 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block A target is a Minecraft:block that produces a temporary redstone signal when hit by a Minecraft:projectile. Unlike most other conductive blocks, it also redirects adjacent Minecraft:redstone dust toward it.
Obtaining
Breaking
Targets can be mined using any Minecraft:tool or by hand, but using a Minecraft:hoe is the fastest way to break it. Template:Breaking row
Natural generation
In Minecraft:ancient cities, a single target can be found integrated into circuitry within a secret room at the city center.
Crafting
Usage
Targets emit a Minecraft:redstone signal when hit by Minecraft:projectiles. The closer a projectile is to the center of the Minecraft:block, the stronger the redstone signal that is produced.
The following projectiles can activate a target block:
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink (including when boosting a Minecraft:gliding player)<ref>Template:Ytl</ref>
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
- Template:EntityLink
Redstone component
When struck by most projectiles, the target emits redstone power for Template:Convert. Minecraft:Arrows and Minecraft:tridents instead cause the target to emit power for Template:Convert, similar to Minecraft:stone buttons. A target can be hit with any of the projectiles mentioned above.
The strength of the signal depends on how close the projectile is to the center of the block, from 1 to 15.
Template:IN, the target changes its power state when hit, meaning that an Minecraft:observer can detect if the target has been hit and has produced a redstone signal.<ref>Template:Bug</ref>
Being a power source, a target redirects adjacent Minecraft:redstone wires to point to itself. As targets are also Minecraft:conductive, this property can be used to compact redstone circuits.
Sounds
Data values
ID
Template:Edition: Template:ID table
Template:Edition: Template:ID table
Block states
Achievements
Advancements
Videos
History
Reveal
Java Edition
Bedrock Edition
Issues
Gallery
Screenshots
-
The target block shown at Minecraft:MINECON Live 2019.
-
An Minecraft:arrow at the center of a target block
In other media
-
Render of targets used for Minecraft:Block of the Week
-
Official target block artwork.
-
Sprite of a target block used for Minecraft:Minecraft Education
-
An attraction at Minecraft:Meet the Mobs using a Minecraft:slab-like target block
References
External links
Template:Navbox redstone Template:Navbox blocks
Minecraft:de:Zielblock Minecraft:es:Diana Minecraft:fr:Cible Minecraft:ja:的 Minecraft:ko:과녁 Minecraft:pl:Tarcza strzelecka Minecraft:pt:Alvo Minecraft:ru:Мишень Minecraft:uk:Мішень Minecraft:zh:标靶