Crafting using Any Wooden Buttons and Any Gold Ingot, in any arrangement. Produces Gold Button.
Gold Button
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Gold Button | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:gold_button- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/buttons minecraft:items/buttons minecraft:items/piglin_loved
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "minecraft:wooden_buttons"
},
{
"tag": "forge:ingots/gold"
}
],
"conditions": [
{
"raw": {
"flag": "gold_metal_button",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}