How to make target in minecraft
David Richardson
Updated on March 31, 2026

First, open your crafting table so that you have the 3×3 crafting grid that looks like this: 2. Add Items to make a Target Block. In the crafting menu, you should see a crafting area that is made up of a 3×3 crafting grid. To make a target block, place …
There are other answers below:
Minecraft Tutorial: How To Make A Target Store. Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn’t begin shortly, try restarting your device. You’re signed out.
In this tutorial i show you how to make a Target store! this is part 1 where we make the actual target building and some of the outside!Part 1 –
The @e target selector is used to target all entities in the game. This includes both players and mobs in the world. For example, you can use the @e selector with the /kill command to kill all enderman: /kill @e [type=enderman] Notice that in this last example, we have used [type=enderman] to target only enderman.
Targets can now be activated by ender pearls and bottles o’ enchanting. Targets can now support ladders and tripwire hooks. 20w11a: Targets can now be broken faster using hoes. 20w18a: Targets now conduct redstone power. Bedrock Edition; 1.16.0 beta 1.16.0.51: Added targets. Targets are currently available only through Experimental Gameplay. beta 1.16.0.57
Targets all alive entities (including players) in loaded chunks. @s Targets the entity (alive or not) that executed the command. It does not target anything if the command was run by a command block or server console. @c [Education Edition only] Target the player’s agent only. @v [Education Edition only] Target all agents.
To make one, you’ll need a hay bale and four piles of redstone arranged around it in a 3×3 crafting grid. Now here’s where the magic happens. Plop down a target, take a few steps back, and then throw something at it. An egg, a snowball, a splash potion, a firework rocket, an ender pearl, a trident, or a good ol’ fashioned arrow from a bow.
Mob target command. A command to force a certain mob to only target another certain mob, or a group of mobs. For example: /mobtarget Minecraft:skeleton [Minecraft:villager] /mobtarget Minecraft:enderman [Minecraft:zombie] [Minecraft:pig] [Minecraft:chicken] (The mob that is to be targeted is in brackets.)
Then target those entities with the following target selector: @e[type=#minecraft:undead] If you’re not using a data pack, then have one command per possible entity type, or switch to using a data pack (highly recommended)
If you’re into NMS you can make use of the existing entity Navigation. I use this in EchoPet to ensure pets follow certain players. Note that these methods are hooked up to the entity AI, similar to what @xTDKx suggested (which usually executes this fairly rapidly to keep the navigation updated). I personally prefer this over teleportation, but have in mind NMS is …
Related Questions
How do you make a target block in Minecraft?
The target block, which will be making its way into the game in update 1.16 – the Nether Update. To make one, you’ll need a hay bale and four piles of redstone arranged around it in a 3×3 crafting grid. Now here’s where the magic happens. Plop down a target, take a few steps back, and then throw something at it.
What is a target in Minecraft?
A target is a block that provides a temporary redstone charge when hit by a projectile. It also has utility in redstone circuitry for redirecting redstone dust, making it a useful redstone component. 1 Obtaining 1.1 Breaking 1.2 Crafting 2 Usage 2.1 Redstone component 3 Sounds 4 Data values 4.1…
How to craft a target block in survival mode?
How to craft a Target Block in Survival Mode 1 Open the Crafting Menu First, open your crafting table so that you have the 3×3 crafting grid that looks like this: 2 Add Items to make a Target Block In the crafting menu, you should see a crafting area that is made up of a 3×3 crafting grid. … 3 Move the Target Block to Inventory
How do you target a random player in Minecraft?
Targets a random player. Bedrock Edition can use @r to target non-player entities via the type selector argument; in Java Edition, to select a random entity, use @e [sort=random] instead. In Bedrock Edition, @r can only target entities who are alive.