Crafting using Any Wooden Buttons and Any Iron Ingot, in any arrangement. Produces Iron Button.
Iron Button
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Iron Button | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}