Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Target: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 8: Line 8:
|renewable=Yes
|renewable=Yes
|stackable=Yes (64)
|stackable=Yes (64)
|flammable={{MC/JEBE|Yes (15)|No}}
|flammable={{jebe|Yes (15)|No}}
|lavasusceptible={{MC/JEBE|Yes|No}}
|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.
{{MC/Breaking row|horizontal=1|Target|Hoe|Any}}
{{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 projectiles. The closer a projectile is to the center of the [[Minecraft:block]], the stronger the redstone signal that is produced.
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:
* {{MC/Entitylink|Arrow}}
* {{EntityLink|Arrow}}
* {{MC/Entitylink|Bottle o' Enchanting}}
* {{EntityLink|Bottle o' Enchanting}}
* {{MC/Entitylink|Dragon Fireball}}
* {{EntityLink|Dragon Fireball}}
* {{MC/Entitylink|Egg}}
* {{EntityLink|Egg}}
* {{MC/Entitylink|Ender Pearl}}
* {{EntityLink|Ender Pearl}}
* {{MC/Entitylink|Fireball}}
* {{EntityLink|Fireball}}
* {{MC/Entitylink|Firework Rocket}} (including when boosting a gliding player)<ref>{{MC/Ytl|jvtgn1jg3hc|Hermitcraft 9 Ep 44: Scarland's MEGA Entrance Build!! @ 4:42|GoodTimesWithScar|August 15, 2023|t=282}}</ref>
* {{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>
* {{MC/Entitylink|Fishing Bobber}}
* {{EntityLink|Fishing Bobber}}
* {{MC/Entitylink|Lingering Potion}}
* {{EntityLink|Lingering Potion}}
* {{MC/Entitylink|Llama Spit}}
* {{EntityLink|Llama Spit}}
* {{MC/Entitylink|Shulker Bullet}}
* {{EntityLink|Shulker Bullet}}
* {{MC/Entitylink|Snowball}}
* {{EntityLink|Snowball}}
* {{MC/Entitylink|Small Fireball}}
* {{EntityLink|Small Fireball}}
* {{MC/Entitylink|Splash Potion}}
* {{EntityLink|Splash Potion}}
* {{MC/Entitylink|Trident}}
* {{EntityLink|Trident}}
* {{MC/Entitylink|Wind Charge}}
* {{EntityLink|Wind Charge}}
* {{MC/Entitylink|Wither Skull}}
* {{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 {{MC/Convert|8|gt|s}}. [[Minecraft:Arrow]]s and [[Minecraft:trident]]s instead cause the target to emit power for {{MC/Convert|20|gt|s}}, similar to stone buttons. A target can be hit with any of the projectiles mentioned above.
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.


{{MC/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>
{{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 wires to point to itself. As targets are also conductive, this property can be used to compact redstone circuits.
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 ==
{{MC/Sound table/Block/Grass}}
{{Sound table/Block/Grass}}


== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{MC/Edition|java}}:
{{edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 79: Line 79:
|foot=1}}
|foot=1}}


{{MC/Edition|bedrock}}:
{{edition|bedrock}}:
{{ID table
{{ID table
|edition=bedrock
|edition=bedrock
Line 92: Line 92:


=== Block states ===
=== Block states ===
{{MC/Edition|java}}:
{{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 ==
{{MC/Load achievements|Bullseye}}
{{load achievements|Bullseye}}


== Advancements ==
== Advancements ==
{{MC/Load advancements|Bullseye}}
{{load advancements|Bullseye}}


== Videos ==
== Videos ==
{{MC/Yt|Cis0-lqskX8}}
{{yt|Cis0-lqskX8}}


== History ==
== History ==
=== Reveal ===
=== Reveal ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine||September 28, 2019|link={{MC/Ytl|OZqNaEX8208}}|[[File:Target JE1 BE1.png|32px]] The target block is showcased at Minecon Live 2019.}}   
|{{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
|{{MC/HistoryLine|java}}  
|{{HistoryLine|java}}  
|{{MC/HistoryLine||1.16|dev=20w09a|[[File:Target JE1 BE1.png|32px]] Added targets.}}
|{{HistoryLine||1.16|dev=20w09a|[[File:Target JE1 BE1.png|32px]] Added targets.}}
|{{MC/HistoryLine|||dev=20w10a|Targets are now flammable.
|{{HistoryLine|||dev=20w10a|Targets are now flammable.
|Targets can now be activated by ender pearls and bottles o' enchanting.}}
|Targets can now be activated by [[Minecraft:ender pearl]]s and [[Minecraft:bottles o' enchanting]].}}
|{{MC/HistoryLine|||dev=20w11a|Targets can now be broken faster using [[Minecraft:hoe]]s.}}
|{{HistoryLine|||dev=20w11a|Targets can now be [[Minecraft:breaking|broken]] faster using [[Minecraft:hoe]]s.}}
|{{MC/HistoryLine|||dev=20w18a|Targets now conduct redstone power.}}
|{{HistoryLine|||dev=20w18a|Targets now conduct redstone power.}}
|{{MC/HistoryLine||1.19|dev=22w13a|Targets now generate in ancient cities.}}
|{{HistoryLine||1.19|dev=22w13a|Targets now generate in [[Minecraft:ancient cities]].}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.51|exp=Experimental Gameplay|[[File:Target JE1 BE1.png|32px]] Added targets.
|{{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]].}}
|{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.57|Targets are no longer behind Experimental Gameplay.|Targets can now be broken faster using [[Minecraft:hoe]]s.}}
|{{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.}}
|{{MC/HistoryLine||1.17.30|dev=beta 1.17.20.20|Targets are no longer transparent.}}
|{{HistoryLine||1.17.30|dev=beta 1.17.20.20|Targets are no longer transparent.}}
|{{MC/HistoryLine||1.19.0|dev=beta 1.19.0.26|Targets now generate in ancient cities.}}
|{{HistoryLine||1.19.0|dev=beta 1.19.0.26|Targets now generate in [[Minecraft:ancient cities]].}}
}}
}}


== Issues ==
== Issues ==
{{MC/Issue list}}
{{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 ==
{{MC/Reflist}}
{{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 ==
{{MC/Navbox redstone|components}}
{{Navbox redstone|components}}
{{MC/Navbox blocks|Utility}}
{{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

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

Template: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:

Redstone component

File:Targets redirecting redstone.png
Targets redirecting redstone toward themselves

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

Template:Sound table/Block/Grass

Data values

ID

Template:Edition: Template:ID table

Template:Edition: Template:ID table

Block states

Template:Edition: Template:Bst

Achievements

Template:Load achievements

Advancements

Template:Load advancements

Videos

Template:Yt

History

Reveal

Template:HistoryTable

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Gallery

Screenshots

In other media

References

Template:Reflist

External links

Navigation

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:标靶