quark:crafter

Crafter

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe Mineable

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Crafting Table, Any Iron Ingot, Any Redstone Dust, Dropper and Any Redstone Dust, arranged in the pattern shown. Produces Crafter.

Crafting conditional
Crafter guaranteed

Mining & drops

sourcecountchanceconditions
Crafter1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:crafter
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "ICI",
    "RDR"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:crafting_table"
    },
    "D": {
      "item": "minecraft:dropper"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "crafter",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}