Iron Button
quark:iron_button

Iron Button

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block ButtonsButtons

Acquisition

Crafting using Any Wooden Buttons and Any Iron Ingot, in any arrangement. Produces Iron Button.

Crafting ⇆ any arrangement conditional
Any Wooden Buttons
Any Iron Ingot
Iron Button Iron Button guaranteed

Mining & drops

sourcecountchanceconditions
Iron Button1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:iron_button
Namespace
quark
Mod ID
quark
Tags (2)
minecraft:blocks/buttons
minecraft:items/buttons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "minecraft:wooden_buttons"
    },
    {
      "tag": "forge:ingots/iron"
    }
  ],
  "conditions": [
    {
      "raw": {
        "flag": "iron_metal_button",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}