Crafting using Any Iron Ingot, Any Iron Ingot and End Rod, arranged in the pattern shown. Produces Iron Rod.
Iron Rod
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Rod.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Iron Rod | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:iron_rod- Namespace
quark- Mod ID
quark- Tags (4)
forge:blocks/needs_stone_tool minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_stone_tool quark:blocks/breaks_toretoise_ore
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"I",
"R"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"item": "minecraft:end_rod"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "iron_rod",
"type": "quark:flag"
},
{
"type": "forge:not",
"value": {
"flag": "iron_rod_pre_end",
"type": "quark:flag"
}
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"I",
"I"
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "iron_rod",
"type": "quark:flag"
},
{
"flag": "iron_rod_pre_end",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}






