How to Make a Target Block in Minecraft

The target block is one of Minecraft's most underrated redstone components. It converts projectile impacts into redstone signals — and once you understand how it works, it opens up a surprising range of interactive builds, from shooting galleries to puzzle maps to compact input devices.

Here's everything you need to know about crafting one, how it behaves, and what affects how you use it.

What Is a Target Block?

A target block is a redstone output block that emits a signal when hit by a projectile. That includes arrows, tridents, snowballs, eggs, fire charges, and even splash potions. The strength of the redstone signal it produces depends on how close to the center of the block the projectile lands — a bullseye hit emits a signal of 15, while a glancing edge hit might emit only 1 or 2.

This is what makes it different from most other redstone inputs like buttons or pressure plates, which only output a fixed signal strength. The target block gives you variable output, which matters for more complex redstone circuits.

What You Need to Craft a Target Block

The recipe is simple and requires only two materials:

  • 4 Redstone Dust
  • 1 Hay Bale

Crafting Recipe

Grid PositionItem
Top centerRedstone Dust
Middle leftRedstone Dust
Middle centerHay Bale
Middle rightRedstone Dust
Bottom centerRedstone Dust

In other words, place the hay bale in the center of your crafting table and surround it on all four cardinal sides (top, bottom, left, right) with redstone dust. This yields one target block.

How to Get a Hay Bale

If you don't already have one, craft a hay bale by filling a 3×3 crafting grid with 9 wheat. Wheat grows from seeds, which you can find by breaking tall grass or harvesting crops. Villages often have wheat farms already growing, which makes early-game collection faster.

Alternatively, hay bales generate naturally in village structures — particularly in plains and savanna biomes — so you may be able to grab one directly without crafting.

How to Get Redstone Dust

Redstone dust is mined from redstone ore, which generates in the lower levels of the world — most commonly between Y-levels -64 and 16 in current versions of Minecraft (Java and Bedrock post-1.18). Use an iron pickaxe or better to mine it; a wooden or stone pickaxe won't drop redstone. Each ore block typically drops 4–5 dust, so you don't need much mining to get the 4 pieces required.

Redstone dust also appears in dungeon chests, jungle temple traps, village blacksmith chests, and as a trade item with certain villagers.

Placing and Using the Target Block 🎯

Once crafted, place the target block like any solid block. It works in all directions — you can hit it from the side, top, or bottom, and it will still emit a signal through adjacent redstone components.

Key behaviors to know:

  • The signal lasts only as long as the projectile is embedded in the block — typically about 1 tick (1/20th of a second) for most projectiles
  • Arrows stick in the block momentarily, giving a slightly longer pulse
  • The signal propagates outward through redstone dust, repeaters, comparators, and any standard redstone wiring you connect
  • Because the output is variable (1–15), using a comparator lets you read exact signal strength and build logic that responds differently to bullseye vs. edge hits

Factors That Affect How You Use It

The target block itself is consistent — the recipe doesn't change, and the mechanics are the same across Java and Bedrock editions. What varies is how useful it becomes based on your build goals and technical setup.

Redstone Knowledge Level

For a basic shooting gallery or decorative target, you need almost no redstone knowledge. Place the block, connect some redstone dust to a lamp or dispenser, and it works. For circuits that read signal strength variations — like a door that only opens on a bullseye — you'll need to understand comparators and signal filtering, which adds real complexity.

Projectile Availability

Your ammunition source matters. Arrows require a bow and either a skeleton farm or feathers from chickens plus flint from gravel. Snowballs are easier to gather in bulk in snowy biomes. Tridents require rare drowned drops. The target block accepts all of them, but your access to different projectile types will shape how you use it in practice.

Game Mode and World Type

In Creative mode, all materials are freely available and testing circuits is instant. In Survival, the early-game cost of redstone and wheat farming affects when you can realistically build one. In multiplayer servers, some plugins or game rules may restrict redstone components or projectile mechanics, which could affect target block behavior.

Build Context

Target blocks are particularly powerful in adventure maps and minigame builds where player interaction is the core mechanic. In a standard survival base, their utility is narrower — mostly novelty or very specific automation triggers. That context gap — between a redstone experimenter building a puzzle dungeon and a survival player looking for a compact input device — leads to pretty different experiences with the same block.

Understanding your own goals, redstone skill level, and available resources is ultimately what determines how far you'll take this block beyond the crafting table. 🧱