End Rod
minecraft:end_rod

End Rod

Minecraft · by Mojang Studios
block

Acquisition

Crafting using Blaze Rod and Popped Chorus Fruit, arranged in the pattern shown. Produces 4× End Rod.

Crafting
Blaze Rod
Popped Chorus Fruit
End Rod End Rod ×4 guaranteed

Mining & drops

sourcecountchanceconditions
End Rod1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:end_rod
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "/",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:popped_chorus_fruit"
    },
    "/": {
      "item": "minecraft:blaze_rod"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}