Crafting using Blaze Rod and Popped Chorus Fruit, arranged in the pattern shown. Produces 4× End Rod.
End Rod
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| End Rod | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}