minecraft:gold_block

Block of Gold

Minecraft · by Mojang Studios
block Beacon Base BlocksGuarded By PiglinsPickaxe MineableNeeds Iron ToolPiglin Loved

Acquisition

Crafting using Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Block of Gold.

Crafting
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Gold Ingot
Block of Gold guaranteed

Smelting using Block of Raw Gold (1500 ticks, 4.5 xp). Produces Block of Gold.

Smelting

1500 ticks· 4.5 xp

Block of Gold guaranteed

Blasting using Block of Raw Gold (750 ticks, 4.5 xp). Produces Block of Gold.

Blasting

750 ticks· 4.5 xp

Block of Gold guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Treasure (minecraft) minecraft:bastion_treasure1–1100%
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–2100%
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge1–1100%
Block of Gold1–1100%Survives Explosion
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%

Used in (1)

Crafting using Block of Gold, in any arrangement. Produces 9× Gold Ingot.

Crafting ⇆ any arrangement
Gold Ingot Gold Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:gold_block
Namespace
minecraft
Mod ID
minecraft
Tags (5)
minecraft:blocks/beacon_base_blocks
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool
minecraft:items/piglin_loved

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:gold_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_gold_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 1500
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_gold_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 4.5,
  "cooking_time": 750
}