minecraft:target

Target

Minecraft · by Mojang Studios
block Hoe Mineable

Acquisition

Crafting using Redstone Dust, Redstone Dust, Hay Bale, Redstone Dust and Redstone Dust, arranged in the pattern shown. Produces Target.

Crafting
Target guaranteed

Mining & drops

sourcecountchanceconditions
Target1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:target
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/hoe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "RHR",
    " R "
  ],
  "ingredients": {
    "H": {
      "item": "minecraft:hay_block"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}