Iron Rod
quark:iron_rod

Iron Rod

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableNeeds Stone ToolBreaks Toretoise Ore

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot and End Rod, arranged in the pattern shown. Produces Iron Rod.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
End Rod
Iron Rod Iron Rod guaranteed

Crafting using Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Rod.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Iron Rod Iron Rod guaranteed

Mining & drops

sourcecountchanceconditions
Iron Rod1–1100%Survives Explosion

Block drops

Drops itself when broken.

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
}